From 8e31c47bc77d0f9985c0def1b8fe2816cdd6bcbc Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Tue, 1 Nov 2022 19:20:31 +0100 Subject: [PATCH] Add About page to command pallete --- src/components/CommandPalette.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/CommandPalette.tsx b/src/components/CommandPalette.tsx index 10b609f..b49236d 100644 --- a/src/components/CommandPalette.tsx +++ b/src/components/CommandPalette.tsx @@ -384,6 +384,13 @@ const CommandPalette = (props: CommandPaletteProps) => { icon: , perform: logoutAction, }, + { + id: 'AboutAction', + name: 'About', + subtitle: 'About this app / sponsor.', + icon: , + perform: () => navigate(Routes.ABOUT), + }, ]; return (