red dot and i18n

This commit is contained in:
pa
2026-02-21 21:11:41 +09:00
parent 83cbbf681d
commit 596a4149f8

View File

@@ -74,7 +74,7 @@
<RefreshCw v-else />
</Button>
</TooltipWrapper>
<TooltipWrapper side="bottom" :content="t('side_panel.notifications')">
<TooltipWrapper side="bottom" :content="t('side_panel.notification_center.title')">
<Button
class="rounded-full relative"
variant="ghost"
@@ -83,7 +83,7 @@
<Bell />
<span
v-if="hasUnseenNotifications"
class="absolute top-0.5 right-0.5 size-1.5 rounded-full bg-red-500" />
class="absolute top-0.5 right-0.25 size-1.5 rounded-full bg-red-500" />
</Button>
</TooltipWrapper>
<Popover>