Skip to content

Commit 9e27514

Browse files
committed
Show only OS name in user agent bar
1 parent bb02c5f commit 9e27514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/comment-widget/src/commenter-ua-bar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class CommenterUABar extends LitElement {
8888
? html`
8989
<div class="inline-flex items-center gap-1 bg-muted-3 rounded-base px-1.5 py-1">
9090
${osIcon ? html`<i class="${osIcon} opacity-90 size-3" aria-hidden="true"></i>` : ''}
91-
<span class="text-xs text-text-2">${[os.name, os.version].filter(Boolean).join(' ')}</span>
91+
<span class="text-xs text-text-2">${os.name}</span>
9292
</div>
9393
`
9494
: ''

0 commit comments

Comments
 (0)