diff --git a/components/FancyCard.js b/components/FancyCard.js
index b1a9ab0..59550ef 100755
--- a/components/FancyCard.js
+++ b/components/FancyCard.js
@@ -18,6 +18,7 @@ export default function FancyCard({
name,
description,
img,
+ icon,
url,
tag
} = item
@@ -148,14 +149,22 @@ export default function FancyCard({
height: onMobile ? '100%' : 'initial'
}}
>
-
+ {img ? (
+
+ ) : icon ? (
+
+ ) : null}
{name}