From df2b303f2f83acab5c55c1092b40773af56b7e75 Mon Sep 17 00:00:00 2001 From: Dillon Curry Date: Mon, 29 Jan 2024 17:12:36 -0500 Subject: [PATCH] prevent transitions on the header --- src/components/Header.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 117a6d0..16a10ea 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -2,9 +2,10 @@ import { Image } from 'astro:assets'; import myPicture from '../../public/images/me.png' import Link from './Link.astro'; + --- -