Skip to content

Commit

Permalink
Merge pull request #30 from martinnormark/main
Browse files Browse the repository at this point in the history
Fix link to GitHub repo
  • Loading branch information
jbilcke-hf authored Jul 31, 2024
2 parents d573c34 + 3f0e8d5 commit abe5f77
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 abe5f77

Please sign in to comment.