fix: back button

This commit is contained in:
2025-05-11 16:19:18 +01:00
parent 64879ac9d6
commit 3eab20049e

View File

@ -20,7 +20,7 @@ export const Image: Component = () => {
return ( return (
<main class="flex flex-col items-center"> <main class="flex flex-col items-center">
<nav> <nav class="self-start">
<A href="/"> <A href="/">
<IconArrowLeft /> <IconArrowLeft />
</A> </A>