Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati0x committed Sep 17, 2024
1 parent 7df86cf commit 249e74a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apps/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,6 @@ const Hero = () => {

const Banner = () => {
const [openBanner, setOpenBanner] = useState(true);
//const notOpenBanner = "NotOpenBannerAck";

// useEffect(() => {
// const openBannerStorage = localStorage.getItem(notOpenBanner);
// setOpenBanner(openBannerStorage !== "true");
// }, []);

// const handleBannerClose = () => {
// setOpenBanner(false);
// localStorage.setItem(notOpenBanner, "true");
// };

return (
<>
Expand Down

0 comments on commit 249e74a

Please sign in to comment.