From a0557a3cf9d42d416f70de01e0240d32c232fa76 Mon Sep 17 00:00:00 2001 From: Avnit Bambah Date: Wed, 24 Jan 2024 18:06:35 -0800 Subject: [PATCH] adding code to remove names --- src/components/NavbarButtons.vue | 38 +------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/src/components/NavbarButtons.vue b/src/components/NavbarButtons.vue index cfc58cdd..5e128626 100644 --- a/src/components/NavbarButtons.vue +++ b/src/components/NavbarButtons.vue @@ -7,43 +7,7 @@ const { isDarkTheme } = toRefs(styleStore);