We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61187c commit 6760d7eCopy full SHA for 6760d7e
apps/ui/src/routes/__layout.svelte
@@ -120,9 +120,11 @@
120
<nav class="nav-main">
121
<div class="flex h-screen w-full flex-col items-center transition-all duration-100">
122
{#if !$appSession.whiteLabeled}
123
- <div class="my-4 h-10 w-10"><img src="/favicon.png" alt="coolLabs logo" /></div>
+ <div class="mb-2 mt-4 h-10 w-10">
124
+ <img src="/favicon.png" alt="coolLabs logo" />
125
+ </div>
126
{:else if $appSession.whiteLabeledDetails.icon}
- <div class="my-4 h-10 w-10">
127
128
<img src={$appSession.whiteLabeledDetails.icon} alt="White labeled logo" />
129
</div>
130
{/if}
0 commit comments