fix: public db icon on dashboard
This commit is contained in:
parent
de9da8caf9
commit
1b80956fe8
1 changed files with 2 additions and 2 deletions
|
|
@ -1151,9 +1151,9 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-end items-end space-x-2 h-10">
|
<div class="flex justify-end items-center space-x-2 h-10">
|
||||||
{#if database.settings?.isPublic}
|
{#if database.settings?.isPublic}
|
||||||
<div title="Public">
|
<div title="Public" class="icons hover:bg-transparent">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
class="h-6 w-6 "
|
class="h-6 w-6 "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue