diff --git a/src/components/Footer.astro b/src/components/Footer.astro index c8895c2..0afce7e 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -9,6 +9,6 @@ import Link from "@/components/Link.astro"; VIEW THE SOURCEVIEW THE SOURCE diff --git a/src/components/Project.astro b/src/components/Project.astro index 581d279..2db74ba 100644 --- a/src/components/Project.astro +++ b/src/components/Project.astro @@ -36,7 +36,7 @@ const props: Props = Astro.props; { props.links.map(({ text, url }) => ( - + {text} ))