diff --git a/src/components/CommandPalette.tsx b/src/components/CommandPalette.tsx
index 10b609f7..b49236dd 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 (