From 02eb7d83f60f0857e4196c94c1873cca64a8d059 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 3 Sep 2022 09:18:56 +0100 Subject: [PATCH] feat: use wxp logo for Windows 7 --- src/pages/settings/panes/Sessions.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/settings/panes/Sessions.tsx b/src/pages/settings/panes/Sessions.tsx index d3f6e13c..b937686b 100644 --- a/src/pages/settings/panes/Sessions.tsx +++ b/src/pages/settings/panes/Sessions.tsx @@ -8,6 +8,7 @@ import { Macos, Opera, Samsung, + Windowsxp, } from "@styled-icons/simple-icons"; import relativeTime from "dayjs/plugin/relativeTime"; import { useHistory } from "react-router-dom"; @@ -99,6 +100,8 @@ export function Sessions() { return ; case /i(Pad)?os/i.test(name): return ; + case /windows 7/i.test(name): + return ; case /windows/i.test(name): return ; default: