add MIUI Browser logo (#127)

This commit is contained in:
Andrii Andrushchyshyn 2025-05-07 01:13:14 +03:00 committed by GitHub
parent a7be8971d3
commit 3a57f982d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -48,6 +48,7 @@ const BROWSER_TO_LOGO: Record<string, string> = {
"Huawei Browser": "Huawei.svg", "Huawei Browser": "Huawei.svg",
IE: "IE.svg", IE: "IE.svg",
Quark: "Quark.svg", Quark: "Quark.svg",
"MIUI Browser": "Miui.png",
}; };
export function Browser({ browser }: { browser: string }) { export function Browser({ browser }: { browser: string }) {