Skip to content

Commit

Permalink
moved footer inside body (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHyde9 authored Aug 20, 2024
1 parent fd4bf72 commit 9fbeab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default function RootLayout({
</div>
</a>
{children}
<Footer />
</body>
<Footer />
</html>
);
}

0 comments on commit 9fbeab6

Please sign in to comment.