FIX: Footer Overlapping

This commit is contained in:
EvanLin3141
2025-02-27 16:04:26 +00:00
parent d31c7f579c
commit 338436e48b
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ const HomePage: React.FC<HomePageProps> = ({ variant = "default" }) => {
Show More
</Button>
</ListRow>
<Footer />
<Footer/>
</DynamicPageContent>
);
};