diff --git a/src/components/shortcuts-settings.jsx b/src/components/shortcuts-settings.jsx index 7489e445..f20d56e6 100644 --- a/src/components/shortcuts-settings.jsx +++ b/src/components/shortcuts-settings.jsx @@ -399,9 +399,31 @@ function ShortcutsSettings() { })} ) : ( -

- No shortcuts yet. Add one from the form below. -

+
+

No shortcuts yet. Add one from the form below.

+

+ Not sure what to add? +
+ Try adding{' '} + { + e.preventDefault(); + states.shortcuts = [ + { + type: 'following', + }, + { + type: 'notifications', + }, + ]; + }} + > + Home / Following and Notifications + {' '} + first. +

+
)}