mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
Remove this indicator dot thing
This commit is contained in:
parent
79b82e4977
commit
88261c3781
1 changed files with 0 additions and 9 deletions
|
|
@ -114,15 +114,6 @@ export class NotificationStatus extends LitElement {
|
|||
title="${tooltip}"
|
||||
>
|
||||
${this.renderIcon()}
|
||||
|
||||
<!-- Notification indicator dot -->
|
||||
${this.permission === 'default' && this.isSupported
|
||||
? html`
|
||||
<span
|
||||
class="absolute -top-1 -right-1 w-2 h-2 bg-status-warning rounded-full animate-pulse"
|
||||
></span>
|
||||
`
|
||||
: ''}
|
||||
</button>
|
||||
`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue