Make platform logo configurable

This commit is contained in:
Jon Staab
2024-10-22 10:47:58 -07:00
parent 81d4dfc4ca
commit f2570c3766
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<div class="flex h-full flex-col justify-between">
<div>
<PrimaryNavItem title="Home" href="/home" class="tooltip-right">
<Avatar src="/flotilla.png" class="!h-10 !w-10" />
<Avatar src={import.meta.env.VITE_PLATFORM_LOGO} class="!h-10 !w-10" />
</PrimaryNavItem>
<Divider />
{#if import.meta.env.VITE_PLATFORM_RELAY}