diff --git a/pages/public/collections/[id].tsx b/pages/public/collections/[id].tsx
index 7601856..a75f47f 100644
--- a/pages/public/collections/[id].tsx
+++ b/pages/public/collections/[id].tsx
@@ -44,6 +44,7 @@ const cardVariants: Variants = {
export default function PublicCollections() {
const { links } = useLinkStore();
+ const tagsInCollection = links.map(l => l.tags).flat();
const { settings } = useLocalSettingsStore();
@@ -241,7 +242,7 @@ export default function PublicCollections() {
Browse by topic
{e.name}