Skip to content

Commit

Permalink
Hotfix: update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed May 6, 2024
1 parent b1dd77d commit 85bce37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-app/app/_ui/components/social-resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Discord } from './svg/Discord';
const resources = [
{
name: 'Website',
href: 'https://citizend.xyz/',
href: 'https://citizend.xyz',
icon: () => (
<svg
width="52"
Expand Down Expand Up @@ -54,7 +54,7 @@ const resources = [
},
{
name: 'Discord',
href: 'https://discord.gg/sXDnhmQM',
href: 'https://discord.gg/citizend',
icon: Discord,
},
{
Expand Down

0 comments on commit 85bce37

Please sign in to comment.