From 93fbb87deeca410f0a9bd4048720181416fafd8b Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Sun, 14 Apr 2024 23:26:51 -0500 Subject: [PATCH] fixed _blank --- src/components/Footer.astro | 2 +- src/components/Project.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} ))