Skip to content

Commit

Permalink
Fix link to GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnormark authored Jul 30, 2024
1 parent 2dbfd92 commit 3f0e8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toolbars/top-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function TopMenu() {
<Tooltip>
<TooltipTrigger className="">
<div className="scale-100 cursor-pointer text-stone-300/70 transition-all duration-200 ease-in-out hover:scale-110 hover:text-stone-100/90">
<a href="https://discord.gg/AEruz9B92B" target='"_blank'>
<a href="https://github.com/jbilcke-hf/clapper" target='"_blank'>
<FaGithubAlt className="h-4 w-4" />
</a>
</div>
Expand Down

0 comments on commit 3f0e8d5

Please sign in to comment.