From be32f581af616b2a12b2df38b4241d16b412764c Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 24 Apr 2023 10:55:39 -0400 Subject: [PATCH] fix images --- src/components/About.astro | 6 +++--- src/components/Portfolio.astro | 2 +- src/pages/projects/[id].astro | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/About.astro b/src/components/About.astro index 2d5bc2b..50b3036 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -41,7 +41,7 @@ import Divider from "./Divider.astro" rel="noreferrer" > Azure AI Fundamentals Badge @@ -51,7 +51,7 @@ import Divider from "./Divider.astro" rel="noreferrer" > Azure Data Fundamentals Badge @@ -61,7 +61,7 @@ import Divider from "./Divider.astro" rel="noreferrer" > Azure Fundamentals Badge diff --git a/src/components/Portfolio.astro b/src/components/Portfolio.astro index f6c5576..d7b2464 100644 --- a/src/components/Portfolio.astro +++ b/src/components/Portfolio.astro @@ -12,7 +12,7 @@ import Divider from "./Divider.astro" projects.map((project, index) => ( {project.name}

{project.name}

diff --git a/src/pages/projects/[id].astro b/src/pages/projects/[id].astro index e193c34..b47633d 100644 --- a/src/pages/projects/[id].astro +++ b/src/pages/projects/[id].astro @@ -63,7 +63,7 @@ const project = projects[id]
{`Image