Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
rohittp0 committed Oct 4, 2023
1 parent 4e1317f commit 4892755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/views/profile/components/ProfileBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const ProfileBar = ({
colorScheme="blue"
backgroundColor="rgba(0, 0, 0, 1)"
alignSelf="center"
onClick={() => router.push(`https://tinkerhub.org/foss_team/new?id=${id}`)}
onClick={() => router.push(`https://foss.web.app/?id=${id}`)}
_hover={{ cursor: 'pointer', bg: '#0F0F0F' }}
color="white"
>
Expand Down

0 comments on commit 4892755

Please sign in to comment.