diff --git a/assets/icon/logo.icns b/assets/icon/logo.icns index ffc1d1a..a37e6ea 100644 Binary files a/assets/icon/logo.icns and b/assets/icon/logo.icns differ diff --git a/assets/icon/logo.ico b/assets/icon/logo.ico index fd2933f..6442595 100644 Binary files a/assets/icon/logo.ico and b/assets/icon/logo.ico differ diff --git a/assets/icon/logo.png b/assets/icon/logo.png index 562eb9c..aba54ef 100644 Binary files a/assets/icon/logo.png and b/assets/icon/logo.png differ diff --git a/assets/logo.png b/assets/logo.png deleted file mode 100644 index 53c8f6f..0000000 Binary files a/assets/logo.png and /dev/null differ diff --git a/assets/logo.svg b/assets/logo.svg new file mode 100644 index 0000000..611bb0d --- /dev/null +++ b/assets/logo.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/logo_transparent.png b/assets/logo_transparent.png deleted file mode 100644 index 0868f0a..0000000 Binary files a/assets/logo_transparent.png and /dev/null differ diff --git a/src/app/TitleBar.tsx b/src/app/TitleBar.tsx index e316806..2c8988e 100644 --- a/src/app/TitleBar.tsx +++ b/src/app/TitleBar.tsx @@ -5,7 +5,7 @@ import { useRouter, useLocation } from "@tanstack/react-router"; import { useSettings } from "@/hooks/useSettings"; import { Button } from "@/components/ui/button"; // @ts-ignore -import logo from "../../assets/logo_transparent.png"; +import logo from "../../assets/logo.svg"; import { providerSettingsRoute } from "@/routes/settings/providers/$provider"; import { cn } from "@/lib/utils"; import { useDeepLink } from "@/contexts/DeepLinkContext";