Skip to content

Commit

Permalink
Merge branch 'main' of github.com:WebmasterCamp/ywc19-hackathon-d
Browse files Browse the repository at this point in the history
  • Loading branch information
DrowningToast committed Jul 16, 2023
2 parents bef9b19 + 2989cd8 commit ae7134e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Link from 'next/link'

export const Navbar: FC = () => {
return (
<nav className="w-full flex px-20 py-5 bg-teal-500 text-gray-50 relative">
<nav className="w-full flex px-20 py-5 bg-teal-500 text-gray-50 relative font-noto-looped">
<div className="w-[140.3625px] h-[47.75px] relative">
<Image src={'/babyfuture.svg'} fill alt="Babyfuture" />
</div>
Expand Down

0 comments on commit ae7134e

Please sign in to comment.