mirror of
https://github.com/skoelle/28k8-moonweb-org.git
synced 2026-09-18 02:40:24 +00:00
404 page
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
export type KeymapEntry = { key: string; href: string; label: string };
|
||||
export const GLOBAL_NAV_KEYS: KeymapEntry[] = [
|
||||
{ key: 'B', href: 'back', label: 'Back' },
|
||||
{ key: 'B', href: '/bbs/', label: 'Back to Main Menu' },
|
||||
{ key: 'Q', href: 'disconnect', label: 'Disconnect' },
|
||||
{ key: 'I', href: '/bbs/legal-notice', label: 'Legal Notice' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user