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 81c7f3e commit a8ca76eCopy full SHA for a8ca76e
1 file changed
packages/comment-widget/src/commenter-ua-bar.ts
@@ -14,6 +14,7 @@ const OS_ICON_MAP = {
14
Manjaro: 'i-logos:manjaro',
15
Ubuntu: 'i-logos:ubuntu',
16
Fedora: 'i-logos:fedora',
17
+ HarmonyOS: 'i-simple-icons:harmonyos',
18
};
19
20
const BROWSER_ICON_MAP = {
@@ -28,6 +29,8 @@ const BROWSER_ICON_MAP = {
28
29
'Edge WebView': 'i-logos:microsoft-edge',
30
'Edge WebView2': 'i-logos:microsoft-edge',
31
Opera: 'i-logos:opera',
32
+ 'Huawei Browser': 'i-simple-icons:huawei text-[#D6000B]',
33
+ 'MIUI Browser': 'i-simple-icons:xiaomi text-[#FF6901]',
34
35
36
export class CommenterUABar extends LitElement {
0 commit comments