mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 12:26:01 +00:00
fixes from testing
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
{#if isSmall}
|
||||
<div class="container-small">
|
||||
<FontIcon {icon} />
|
||||
{message}
|
||||
{message || 'Unknown error'}
|
||||
</div>
|
||||
{:else}
|
||||
<div class="container">
|
||||
<div class="icon">
|
||||
<FontIcon {icon} />
|
||||
</div>
|
||||
{message}
|
||||
{message || 'Unknown error'}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user