From 930c1ee26f0e2c89f2dcc50fafc601fabaeb5f96 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 1 Jun 2023 20:17:57 -0700 Subject: [PATCH] fix: launchpad width --- _data/serverState.ts | 2 +- components/UserProfile.ce.vue | 2 +- components/UserProfile/DropdownLaunchpad.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/serverState.ts b/_data/serverState.ts index 8e8e324b6..8297bd4ec 100644 --- a/_data/serverState.ts +++ b/_data/serverState.ts @@ -46,7 +46,7 @@ const serverState = { expireTime, lanIp: '192.168.0.1', locale: 'en', - pluginInstalled: false, + pluginInstalled: true, registered: true, site: 'http://localhost:4321', state, diff --git a/components/UserProfile.ce.vue b/components/UserProfile.ce.vue index 3f5be6ead..8658cc438 100644 --- a/components/UserProfile.ce.vue +++ b/components/UserProfile.ce.vue @@ -91,7 +91,7 @@ onBeforeMount(() => {
-
+
diff --git a/components/UserProfile/DropdownLaunchpad.vue b/components/UserProfile/DropdownLaunchpad.vue index ad2231d84..62b5c6177 100644 --- a/components/UserProfile/DropdownLaunchpad.vue +++ b/components/UserProfile/DropdownLaunchpad.vue @@ -12,7 +12,7 @@ const showExpireTime = computed(() => {