removed exhibition + renamed curator to artist

This commit is contained in:
2026-05-14 12:06:01 +02:00
parent e722c9b4e7
commit 12bf93c83b
3 changed files with 4 additions and 8 deletions
+2 -6
View File
@@ -105,10 +105,6 @@ const year = new Date().getFullYear();
)}
</a>
<div class="flex-1 hidden md:flex items-end justify-center pb-1">
<span class="font-display italic text-[var(--subtext0)] text-sm tracking-wider">— exhibition est. {year} —</span>
</div>
<div class="flex flex-wrap items-center gap-3 justify-start md:justify-end">
<Search client:load />
{isAdmin && (
@@ -116,10 +112,10 @@ const year = new Date().getFullYear();
<a
href="/admin"
class="chip chip-accent uppercase"
title="Signed in as curator"
title="Signed in as artist"
>
<span class="w-1.5 h-1.5 rounded-full bg-[var(--rosewater)] animate-pulse"></span>
Curator
Artist
</a>
<LogoutButton client:load />
</div>