We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb02c5f commit 9e27514Copy full SHA for 9e27514
1 file changed
packages/comment-widget/src/commenter-ua-bar.ts
@@ -88,7 +88,7 @@ export class CommenterUABar extends LitElement {
88
? html`
89
<div class="inline-flex items-center gap-1 bg-muted-3 rounded-base px-1.5 py-1">
90
${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>
+ <span class="text-xs text-text-2">${os.name}</span>
92
</div>
93
`
94
: ''
0 commit comments