Skip to content

Commit

Permalink
feat: fix link to according.work
Browse files Browse the repository at this point in the history
  • Loading branch information
wfnuser committed Nov 11, 2024
1 parent 2b35f7c commit f478c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const SOCIAL_LINKS = [
},
{
name: 'Website',
href: 'https://youbet-task.netlify.app/',
href: 'https://according.work/',
icon: (props: React.SVGProps<SVGSVGElement>) => <LucideLaptop {...props} />,
},
]

0 comments on commit f478c6d

Please sign in to comment.