Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Oct 22, 2024
1 parent 2241408 commit 2213d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="relative h-screen w-screen bg-slate-200">
<div class="absolute top-5 left-5">
<div class="flex flex-row max-w-48 space-x-4 pb-3">
{#if !data.clientSettings.settings.logo}
{#if !data.clientSettings.settings.name}
<Logo />
{/if}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<span> {m.forComplianceRiskManagement()} </span>
</div>
</Typewriter>
{:else if clientSettings.settings.logo}
{:else}
<Logo width={400} height={400} />
{/if}
</div>

0 comments on commit 2213d8c

Please sign in to comment.