removed exhibition + renamed curator to artist
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user