From 49eaf6525c2a38774415193126fdd109df3e6e70 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Wed, 18 Oct 2023 15:06:50 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9F=93=87]=20Renamed=20App=20View=20to=20Ap?= =?UTF-8?q?p=20Launcher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/appLauncher.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/appLauncher.ts b/src/modules/appLauncher.ts index 14c263b..3d13dac 100644 --- a/src/modules/appLauncher.ts +++ b/src/modules/appLauncher.ts @@ -1,7 +1,7 @@ export const meta = { - name: 'App View', - description: 'Opens the app view.', - id: 'appview' + name: 'App Launcher', + description: 'Opens the app launcher.', + id: 'applauncher' } export const run = (element: HTMLDivElement): void => {