Skip to content

Commit

Permalink
Add contact page to header
Browse files Browse the repository at this point in the history
  • Loading branch information
YousifAbozid committed Feb 29, 2024
1 parent 513bfb6 commit 241e848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ const Header = () => {
<li>
<Link href='/about'>About</Link>
</li>
<li>
<Link href='/contact'>Contact</Link>
</li>
</ul>
</div>
<div
Expand Down
2 changes: 1 addition & 1 deletion styles/contact/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
align-items: center;
flex-direction: column;
color: #c9d1d9;
min-height: 90vh;
min-height: 85vh;
}

.contact-container .form-container {
Expand Down

0 comments on commit 241e848

Please sign in to comment.