From 58735fd807b3e04bb534889db18f95bbd4b6fcb4 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 7 Jul 2023 13:05:00 -0700 Subject: [PATCH] refactor: key actions to use button component --- components/KeyActions.ce.vue | 28 +++++++------------- components/UserProfile/DropdownLaunchpad.vue | 2 ++ 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/components/KeyActions.ce.vue b/components/KeyActions.ce.vue index bded62ecb..10d0db9cc 100644 --- a/components/KeyActions.ce.vue +++ b/components/KeyActions.ce.vue @@ -8,26 +8,18 @@ const { keyActions } = storeToRefs(useServerStore());