Skip to content

Commit

Permalink
add changes to partials
Browse files Browse the repository at this point in the history
  • Loading branch information
BikeMouse committed May 23, 2023
1 parent 1803641 commit 2df0422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/partials/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Baking Mice Unite!</title>
<title>Bakebook</title>
<link
rel="icon"
type="image/png"
Expand All @@ -28,7 +28,7 @@
<body class="body">
<header class="container">
<div class="text-center">
<h1 class="title text-center"><a href="/profile">Baking Mice Unite!</a></h1>
<h1 class="title text-center"><a href="/profile">Bakebook</a></h1>
<span class="underTitle text-center">Your Online Recipe Book</span>
</div>
</header>
Expand Down

0 comments on commit 2df0422

Please sign in to comment.