Skip to content

Commit

Permalink
add link to source in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanniser committed Oct 18, 2024
1 parent 2625a1d commit b95aaba
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function RootLayout({
className={`${helvetica.variable} ${helveticaRoman.variable} ${futura.variable} flex min-h-full flex-col antialiased`}
>
<div className="flex flex-grow flex-col">
<header className="flex items-center justify-between border-b-2 border-yellow-300 p-4 font-futura">
<header className="font-futura flex items-center justify-between border-b-2 border-yellow-300 p-4">
<div className="flex items-center space-x-4">
<Link href="/" className="text-4xl font-bold text-green-800">
NextMaster
Expand Down Expand Up @@ -112,8 +112,13 @@ export default function RootLayout({
</span>
</div>
<div>
By using this website, you agree to our Terms and Conditions and
Privacy Policy
By using this website, you agree to check out the{" "}
<Link
href="https://github.com/ethanniser/NextMaster"
className="font-bold hover:underline"
>
Source Code
</Link>
</div>
</footer>
</body>
Expand Down

0 comments on commit b95aaba

Please sign in to comment.