diff --git a/src/components/ItemCard.tsx b/src/components/ItemCard.tsx
index 7302ae2..3b5a5d8 100644
--- a/src/components/ItemCard.tsx
+++ b/src/components/ItemCard.tsx
@@ -71,12 +71,13 @@ const ItemCard = ({banner, bannerBlur, title, description, links, location}: Ite
- {active ?
-
- Learn More
-
- : null}
+
+ Learn More
+
>
}