From a79af63ddb591c27da63357794b10a6f947a52f7 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 7 Jul 2024 14:25:37 +0200 Subject: [PATCH] feat(theme): rename wanhao to yumi Signed-off-by: Stefan Dej --- .../themes/{sidebarLogo-wanhao.svg => sidebarLogo-yumi.svg} | 0 src/store/variables.ts | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename public/img/themes/{sidebarLogo-wanhao.svg => sidebarLogo-yumi.svg} (100%) diff --git a/public/img/themes/sidebarLogo-wanhao.svg b/public/img/themes/sidebarLogo-yumi.svg similarity index 100% rename from public/img/themes/sidebarLogo-wanhao.svg rename to public/img/themes/sidebarLogo-yumi.svg diff --git a/src/store/variables.ts b/src/store/variables.ts index 599f75d14..bc511a87f 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -162,8 +162,8 @@ export const themes: Theme[] = [ logo: { show: true, light: false }, }, { - name: 'wanhao', - displayName: 'Wanhao France (Sponsor)', + name: 'yumi', + displayName: 'YUMI (Sponsor)', colorLogo: '#F6CF3D', colorPrimary: '#F6CF3D', logo: { show: true, light: false },