From ead30618f8be8813eb21aefa81b3fbd3c9bc7fc0 Mon Sep 17 00:00:00 2001 From: ThaUnknown <6506529+ThaUnknown@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:31:21 +0200 Subject: [PATCH] feat: new icon --- README.md | 2 ++ src/app.html | 2 +- src/lib/components/icons/Logo.svelte | 6 +----- static/logo.svg | 5 ----- static/logo_white.svg | 7 +------ static/logo_white_fit.svg | 1 + 6 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 static/logo.svg create mode 100644 static/logo_white_fit.svg diff --git a/README.md b/README.md index 66d8c45..56498c6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@

Stream anime torrents instantly, real-time with no waiting for downloads to finish! 🍿

+

Formerly known as Miru.

+

AboutFeatures • diff --git a/src/app.html b/src/app.html index 7aea254..883d37b 100644 --- a/src/app.html +++ b/src/app.html @@ -4,7 +4,7 @@ Hayase - + %sveltekit.head% diff --git a/src/lib/components/icons/Logo.svelte b/src/lib/components/icons/Logo.svelte index 8dbf82b..c8aef16 100644 --- a/src/lib/components/icons/Logo.svelte +++ b/src/lib/components/icons/Logo.svelte @@ -1,5 +1 @@ - - - - - + diff --git a/static/logo.svg b/static/logo.svg deleted file mode 100644 index edb46b5..0000000 --- a/static/logo.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/static/logo_white.svg b/static/logo_white.svg index d0aac12..1d3026c 100644 --- a/static/logo_white.svg +++ b/static/logo_white.svg @@ -1,6 +1 @@ - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/static/logo_white_fit.svg b/static/logo_white_fit.svg new file mode 100644 index 0000000..e8ab094 --- /dev/null +++ b/static/logo_white_fit.svg @@ -0,0 +1 @@ + \ No newline at end of file