Skip to content

Commit

Permalink
Update src/renderer/src/components/Modules/NethVoice/Presence/Presenc…
Browse files Browse the repository at this point in the history
…eBadge.tsx
  • Loading branch information
edospadoni authored Oct 4, 2024
1 parent 5ee6f3a commit d8b9034
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const PresenceBadge = ({ mainPresence, className }: PresenceBadgeProps) =
<div
className={classNames(
'animate-pulse h-5 w-8 bg-gray-300 dark:bg-gray-600 z-[100]',
//!navigator.userAgent.includes('Windows') ? `absolute right-4` : 'absolute left-4',
theme.base,
theme.rounded['full'],
statuses[isCallforward ? 'callforward' : 'voicemail']?.badge.base,
Expand Down

0 comments on commit d8b9034

Please sign in to comment.