fix mac logo

This commit is contained in:
Bill Yang 2025-03-05 12:35:13 -08:00
parent 2b5c677933
commit 2a7b8e865b
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Finder" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="url(#a)"/><defs><linearGradient id="a" x2="0" y1="100%"><stop offset="0" stop-color="#1e73f2"/><stop offset="1" stop-color="#19d3fd"/></linearGradient><linearGradient id="b" x2="0" y1="100%"><stop offset="0" stop-color="#dbe9f4"/><stop offset="1" stop-color="#f7f6f6"/></linearGradient></defs><path fill="url(#b)" d="M435.2 0H274.4c-21.2 49.2-59.2 129.6-60.8 283.4a9.9 9.9 0 0010 10.1h58.7a9.9 9.9 0 019.9 10.2A933.3 933.3 0 00311.3 512h123.9a76.8 76.8 0 0076.8-76.8V76.8A76.8 76.8 0 00435.2 0z"/><path fill="none" stroke="#000000" stroke-linecap="round" stroke-width="20" d="M371 149v34m-229-34v34m263.4 147.2a215.2 215.2 0 01-298.8 0"/></svg>

After

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

View file

@ -6,7 +6,7 @@ const OS_TO_LOGO: Record<string, string> = {
Android: "Android.svg",
android: "Android.svg",
Linux: "Tux.svg",
macOS: "macOS.png",
macOS: "macOS.svg",
iOS: "Apple.svg",
"Chrome OS": "Chrome.svg",
Ubuntu: "Ubuntu.svg",