diff --git a/src/components/ResourceCard.astro b/src/components/ResourceCard.astro index 9989865..ed5ca38 100644 --- a/src/components/ResourceCard.astro +++ b/src/components/ResourceCard.astro @@ -2,11 +2,11 @@ const { title, link, category, imgSrc, id, description } = Astro.props; --- -
- - {`The + + {`The

{title}

@@ -17,4 +17,34 @@ const { title, link, category, imgSrc, id, description } = Astro.props; >
-
+ --> +
+
+
+
+
+ + + +
+ +
+
diff --git a/src/pages/index.astro b/src/pages/index.astro index 2b0370d..71250e1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,7 +17,7 @@ interface Props {
{ resources.map((res) => (