From 9d16afa4744a484b0f24c2c18f910188c1a37134 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 25 Jun 2024 07:13:13 +0000 Subject: [PATCH] feat: change theme --- src/components/ProfileMenu.vue | 141 +++++++++++++++++++++++++++------ src/i18n/en-US/index.ts | 5 ++ src/i18n/th-th/index.ts | 5 ++ src/layouts/MainLayout.vue | 10 ++- 4 files changed, 134 insertions(+), 27 deletions(-) diff --git a/src/components/ProfileMenu.vue b/src/components/ProfileMenu.vue index 42beff82..bcfd1ab9 100644 --- a/src/components/ProfileMenu.vue +++ b/src/components/ProfileMenu.vue @@ -1,10 +1,14 @@