Skip to content

Commit 50b1603

Browse files
committed
Current Window -> Current Chat
1 parent 14e5965 commit 50b1603

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

frontend/public/server-logos/colour/labs.svg

Lines changed: 5 additions & 1 deletion
Loading

frontend/src/components/SidePanel.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ const caddyUrl = (() => {
6363
<div class="px-[2px] pb-5 pt-2">
6464
<a class="flex gap-3 group items-start no-underline! rounded-sm" href="/mixed-sources" aria-current={ selectedServer ? undefined : 'page' }>
6565
<span class="border-2 border-transparent border-solid decoration-none flex h-5 items-center justify-center p-[2px] relative rounded-full text-sm text-white w-5 data-current:border-pink md:h-6 md:ml-[6px] md:w-6" data-current={ Astro.url.pathname === '/' ? 'page' : undefined }>
66-
<img src="/server-logos/black/mixed_sources.png" alt="Current Window" />
66+
<img src="/server-logos/black/mixed_sources.png" alt="Current Chat" />
6767
</span>
68-
<span class="sidepanel__hide-on-collapse border-b-1 mt-[2px] hover:border-b-3" aria-hidden="true">Current Window</span>
68+
<span class="sidepanel__hide-on-collapse border-b-1 mt-[2px] hover:border-b-3" aria-hidden="true">Current Chat</span>
6969
</a>
7070
</div>
7171
</div>

0 commit comments

Comments
 (0)