mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: remove dollar sign prefix from usage statistics tooltips
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
style:width={`${(item.size / maxSize) * 100}%`}>
|
||||
</div>
|
||||
<div slot="tooltip">
|
||||
<span class="u-bold">{item.tooltip.title}</span> ${item.tooltip.label}
|
||||
<span class="u-bold">{item.tooltip.title}</span>
|
||||
{item.tooltip.label}
|
||||
</div>
|
||||
</Tooltip>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user