From 831efa2f2d19ee81e2bcefe780c136e3b8479aa9 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 24 Apr 2023 10:19:27 -0400 Subject: [PATCH] Fix images on pages --- src/components/About.astro | 6 +++--- src/components/Portfolio.astro | 2 +- src/layouts/Layout.astro | 2 +- src/pages/projects/[id].astro | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/About.astro b/src/components/About.astro index 50b3036..2d5bc2b 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 d7b2464..f6c5576 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/layouts/Layout.astro b/src/layouts/Layout.astro index 00e306e..8290fbe 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -14,7 +14,7 @@ const { page } = Astro.props - +
{`Image