Skip to content

Commit

Permalink
Change the order of some footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Jan 26, 2025
1 parent d242f25 commit 19d6a2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ const config: Config = {
{
title: 'Need help?',
items: [
{
label: 'Home Assistant Community',
href: 'https://community.home-assistant.io/t/custom-sidebar-manage-home-assistants-sidebar-items-per-user-or-device-basis/665800'
},
{
label: 'Repository discussions',
href: 'https://github.com/elchininet/custom-sidebar/discussions'
},
{
label: 'Home Assistant Community',
href: 'https://community.home-assistant.io/t/custom-sidebar-manage-home-assistants-sidebar-items-per-user-or-device-basis/665800'
}
]
},
Expand Down

0 comments on commit 19d6a2e

Please sign in to comment.