Skip to content

Commit

Permalink
feat: link
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsin1025 committed Jul 21, 2023
1 parent e84b289 commit 4b71eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/theme-button/collaborator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Collaborator = ({ bgSrc, name, link }: CollaboratorType) => {
marginX: spacing,
}}
>
<Link href='https://chakra-ui.com' isExternal>
<Link href={link} isExternal>
<Box
role={'group'}
p={6}
Expand Down

0 comments on commit 4b71eab

Please sign in to comment.