Skip to content

Commit

Permalink
chore: update various external urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 6, 2025
1 parent e4b5201 commit b717c30
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions webui/src/Layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,30 +207,10 @@ export const MySidebar = memo(function MySidebar() {
<SidebarMenuItem name="What's New" icon={faStar} onClick={whatsNewOpen} />
<SidebarMenuItem name="Getting Started" icon={faInfo} path="/getting-started" target="_new" />
<SidebarMenuItemGroup name="Help & Community" icon={faQuestionCircle}>
<SidebarMenuItem
name="Bugs & Features"
icon={faBug}
path="https://github.com/bitfocus/companion/issues"
target="_new"
/>
<SidebarMenuItem
name="Facebook"
icon={faUsers}
path="https://www.facebook.com/groups/companion/"
target="_new"
/>
<SidebarMenuItem
name="Slack Chat"
icon={faComments}
path="https://bitfocus.io/api/slackinvite"
target="_new"
/>
<SidebarMenuItem
name="Donate"
icon={faDollarSign}
path="https://donorbox.org/bitfocus-opensource"
target="_new"
/>
<SidebarMenuItem name="Bugs & Features" icon={faBug} path="https://bfoc.us/fiobkz0yqs" target="_new" />
<SidebarMenuItem name="Community Forum" icon={faUsers} path="https://bfoc.us/qjk0reeqmy" target="_new" />
<SidebarMenuItem name="Slack Chat" icon={faComments} path="https://bfoc.us/ke7e9dqgaz" target="_new" />
<SidebarMenuItem name="Donate" icon={faDollarSign} path="https://bfoc.us/ccfbf8wm2x" target="_new" />
</SidebarMenuItemGroup>
</CSidebarNav>
<CSidebarHeader className="border-top d-none d-lg-flex sidebar-header-toggler">
Expand Down

0 comments on commit b717c30

Please sign in to comment.