diff --git a/src/components/shortcuts-settings.jsx b/src/components/shortcuts-settings.jsx index 2ddedcf1..da555ce6 100644 --- a/src/components/shortcuts-settings.jsx +++ b/src/components/shortcuts-settings.jsx @@ -82,7 +82,7 @@ const TYPE_PARAMS = { }; export const SHORTCUTS_META = { following: { - id: (_, index) => (index === 0 ? 'home' : 'following'), + id: 'home', title: (_, index) => (index === 0 ? 'Home' : 'Following'), path: '/', icon: 'home',