mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
feat: use wxp logo for Windows 7
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
|||||||
Macos,
|
Macos,
|
||||||
Opera,
|
Opera,
|
||||||
Samsung,
|
Samsung,
|
||||||
|
Windowsxp,
|
||||||
} from "@styled-icons/simple-icons";
|
} from "@styled-icons/simple-icons";
|
||||||
import relativeTime from "dayjs/plugin/relativeTime";
|
import relativeTime from "dayjs/plugin/relativeTime";
|
||||||
import { useHistory } from "react-router-dom";
|
import { useHistory } from "react-router-dom";
|
||||||
@@ -99,6 +100,8 @@ export function Sessions() {
|
|||||||
return <Macos size={14} />;
|
return <Macos size={14} />;
|
||||||
case /i(Pad)?os/i.test(name):
|
case /i(Pad)?os/i.test(name):
|
||||||
return <Apple size={14} />;
|
return <Apple size={14} />;
|
||||||
|
case /windows 7/i.test(name):
|
||||||
|
return <Windowsxp size={14} />;
|
||||||
case /windows/i.test(name):
|
case /windows/i.test(name):
|
||||||
return <Windows size={14} />;
|
return <Windows size={14} />;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user