mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: fix banner settings condition syntax
This commit is contained in:
parent
6197bf03cc
commit
dd6636a144
1 changed files with 2 additions and 2 deletions
|
|
@ -65,11 +65,11 @@
|
|||
</Col>
|
||||
{/if}
|
||||
</Row>
|
||||
<div class="my-2">
|
||||
<div class="my-2 description">
|
||||
<b>Description:</b><br />
|
||||
{@html htmlDescription}
|
||||
</div>
|
||||
{#if (user.banner && settings && settings.appearance.banner_bottom) || !settings}
|
||||
{#if (user.banner && ((settings && settings.appearance.banner_bottom) || !settings))}
|
||||
<img src={user.banner} alt="your system banner" class="w-100 mb-3 rounded" style="max-height: 12em; object-fit: cover"/>
|
||||
{/if}
|
||||
{#if !isPublic}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue