Skip to content

Commit

Permalink
add forgotten modal component
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannisTsagkaropoulos authored Mar 4, 2024
1 parent 0d10b83 commit babfd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function RootLayout({ children }) {
return (
<html lang="en">
<body className="bg-black font-[Helvetica]">
{/* <ModalWrapper /> */}
<ModalWrapper />
<div>
<ScrollTopButton />
</div>
Expand Down

0 comments on commit babfd6b

Please sign in to comment.