mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 20:05:38 +02:00
add MIUI Browser logo (#127)
This commit is contained in:
parent
a7be8971d3
commit
3a57f982d9
2 changed files with 1 additions and 0 deletions
BIN
client/public/browsers/Miui.png
Normal file
BIN
client/public/browsers/Miui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -48,6 +48,7 @@ const BROWSER_TO_LOGO: Record<string, string> = {
|
|||
"Huawei Browser": "Huawei.svg",
|
||||
IE: "IE.svg",
|
||||
Quark: "Quark.svg",
|
||||
"MIUI Browser": "Miui.png",
|
||||
};
|
||||
|
||||
export function Browser({ browser }: { browser: string }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue