Skip to content

Commit

Permalink
fix github link in settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
prostarz committed Nov 17, 2024
1 parent 7fc358b commit 1a01c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/settings/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const LINKS: Array<LinkItemType> = [
{
icon: <FaDiscord />,
title: "join_the_discord",
url: "https://discord.gg/team-falkor",
url: "https://falkor.com/discord",
},
{
icon: <FaGithub />,
title: "star_us_on_github",
url: "https://github.com/team-falkor/falkor",
url: "https://github.com/team-falkor/app",
},
];

Expand Down

0 comments on commit 1a01c3c

Please sign in to comment.