From 4ebabce3ab9f91e6c678a3d0ff78d0a6fcfa6f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sat, 3 Aug 2024 17:24:43 +0200 Subject: [PATCH] fix: tweak photo page title transition --- .../src/routes/(site)/[country]/[location]/[photo]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/routes/(site)/[country]/[location]/[photo]/+page.svelte b/apps/website/src/routes/(site)/[country]/[location]/[photo]/+page.svelte index 3eadef1..f3f3562 100644 --- a/apps/website/src/routes/(site)/[country]/[location]/[photo]/+page.svelte +++ b/apps/website/src/routes/(site)/[country]/[location]/[photo]/+page.svelte @@ -365,7 +365,7 @@
{#key currentPhoto} -

+

{currentPhoto.title}

{/key}