diff --git a/packages/nicolium/src/features/ui/index.tsx b/packages/nicolium/src/features/ui/index.tsx
index cd0393b55..c08736821 100644
--- a/packages/nicolium/src/features/ui/index.tsx
+++ b/packages/nicolium/src/features/ui/index.tsx
@@ -91,7 +91,7 @@ const UI: React.FC = React.memo(() => {
};
const handleOpenHotkeysModal = () => {
- openModal('HOTKEYS');
+ openModal('HOTKEYS', undefined, document.getElementById('skip-link-hotkeys') || undefined);
};
/** Load initial data when a user is logged in */
@@ -164,7 +164,7 @@ const UI: React.FC = React.memo(() => {
-