Skip to content

Commit

Permalink
feat: update gnosis discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagalidoom committed Sep 26, 2024
1 parent 4e89325 commit e4af4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function DropDown() {
</Link>
</MenuItem>
<MenuItem>
<Link target="_blank" className="text-gray-900 group flex w-full items-center rounded-md px-2 py-2 text-sm data-[focus]:bg-stone-100" href={"https://discord.com/invite/gnosischain"}>
<Link target="_blank" className="text-gray-900 group flex w-full items-center rounded-md px-2 py-2 text-sm data-[focus]:bg-stone-100" href={"https://discord.gg/gnosis"}>
<Image src={"/discord.svg"} alt={"discordIcon"} width={20} height={24} className="mr-2" />
Gnosis Chain Discord
</Link>
Expand Down

0 comments on commit e4af4bf

Please sign in to comment.