feat: bring back previous home page

This commit is contained in:
Sonny
2024-05-19 17:23:05 +02:00
committed by Sonny
parent b7d80d844d
commit e6803c174c
13 changed files with 223 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ export default function CollectionContainer({
<CollectionContainerStyle>
<CollectionHeader />
<LinkList links={activeCollection.links} />
<Footer />
<Footer css={{ paddingBottom: 0 }} />
</CollectionContainerStyle>
);
}