Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
minimua committed Nov 23, 2024
1 parent 4f158d0 commit 2deae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/DropMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const DropMenu = () => {
</DropdownMenuItem>
<DropdownMenuItem
key="github"
onClick={() => router.push('https://github.com/minimuaa/PicImpact')}
onClick={() => router.push('https://github.com/minimua/PicImpact')}
className="cursor-pointer"
>
<Github size={20} className={iconClasses} />GitHub
Expand Down

0 comments on commit 2deae2e

Please sign in to comment.