diff --git a/components/Badge/index.tsx b/components/Badge/index.tsx index aea56971..f8ad5730 100644 --- a/components/Badge/index.tsx +++ b/components/Badge/index.tsx @@ -6,7 +6,7 @@ export default function Badge({ name, id, avatar, tokens, owned }) { href={`/badge/${id}`} className={`h-full w-full ${owned ? "opacity-100" : "opacity-30"}`} > -
+
{name}
diff --git a/components/BadgeFilter/index.tsx b/components/BadgeFilter/index.tsx index 5a1bfed4..4d40fcb1 100644 --- a/components/BadgeFilter/index.tsx +++ b/components/BadgeFilter/index.tsx @@ -6,7 +6,7 @@ export default function BadgeFilter({ onChange }) { -