From 2fcdc0254cdc6cb452213f66e25d8d9b0039aa36 Mon Sep 17 00:00:00 2001 From: jamerrq Date: Mon, 8 Jan 2024 23:11:16 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=9C=20created=20view=20transitions=20b?= =?UTF-8?q?ranch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tech-stack.astro | 2 +- src/components/tech-stack/title.astro | 2 +- src/layouts/layout.astro | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/tech-stack.astro b/src/components/tech-stack.astro index b066465..1653fdc 100644 --- a/src/components/tech-stack.astro +++ b/src/components/tech-stack.astro @@ -34,7 +34,7 @@ const TECH_STACK_STYLES = [ title='The tools I (love) work with' class={TECH_STACK_STYLES} href='/tech-stack' - transition:name='Tech Stack' + transition:name='tech-stack' >

Tech Stack

diff --git a/src/components/tech-stack/title.astro b/src/components/tech-stack/title.astro index 557fb86..6e2b96c 100644 --- a/src/components/tech-stack/title.astro +++ b/src/components/tech-stack/title.astro @@ -20,7 +20,7 @@ const TITLE_STYLES: string = [ ].join(' ') --- - +

Tech Stack 

Artists have brushes,
I got these.

diff --git a/src/layouts/layout.astro b/src/layouts/layout.astro index 5fd020e..33cdc9f 100644 --- a/src/layouts/layout.astro +++ b/src/layouts/layout.astro @@ -5,7 +5,7 @@ interface Props { const { title } = Astro.props import '@fontsource/merriweather' -// import { ViewTransitions } from 'astro:transitions' +import { ViewTransitions } from 'astro:transitions' const BODY_CLASS = import.meta.env.MODE === 'development' ? 'debug-screens' : '' --- @@ -25,7 +25,7 @@ const BODY_CLASS = import.meta.env.MODE === 'development' ? 'debug-screens' : '' {title} - +