Skip to content

Commit 4892755

Browse files
committed
new
1 parent 4e1317f commit 4892755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/views/profile/components/ProfileBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const ProfileBar = ({
129129
colorScheme="blue"
130130
backgroundColor="rgba(0, 0, 0, 1)"
131131
alignSelf="center"
132-
onClick={() => router.push(`https://tinkerhub.org/foss_team/new?id=${id}`)}
132+
onClick={() => router.push(`https://foss.web.app/?id=${id}`)}
133133
_hover={{ cursor: 'pointer', bg: '#0F0F0F' }}
134134
color="white"
135135
>

0 commit comments

Comments
 (0)