diff --git a/client/public/browsers/Miui.png b/client/public/browsers/Miui.png new file mode 100644 index 0000000..9267e79 Binary files /dev/null and b/client/public/browsers/Miui.png differ diff --git a/client/src/app/[site]/components/shared/icons/Browser.tsx b/client/src/app/[site]/components/shared/icons/Browser.tsx index 8fd8ab1..e2569d3 100644 --- a/client/src/app/[site]/components/shared/icons/Browser.tsx +++ b/client/src/app/[site]/components/shared/icons/Browser.tsx @@ -48,6 +48,7 @@ const BROWSER_TO_LOGO: Record = { "Huawei Browser": "Huawei.svg", IE: "IE.svg", Quark: "Quark.svg", + "MIUI Browser": "Miui.png", }; export function Browser({ browser }: { browser: string }) {