Match mac icon framing to old asset
|
Before Width: | Height: | Size: 967 KiB After Width: | Height: | Size: 500 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 756 B |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 5.3 KiB |
@@ -14,7 +14,7 @@ export default function App() {
|
||||
const [windowType, setWindowType] = useState("");
|
||||
const { t } = useI18n();
|
||||
const isMacOS = /mac/i.test(navigator.platform);
|
||||
const appIconSrc = isMacOS ? "/app-icons/recordlymac-128.png" : "/app-icons/recordly-128.png";
|
||||
const appIconSrc = "/app-icons/recordly-128.png";
|
||||
|
||||
useEffect(() => {
|
||||
const params = new URLSearchParams(window.location.search);
|
||||
|
||||