Skip to content

Commit 399380c

Browse files
authored
Merge pull request #324 from porters-xyz/develop
Fixed broken docs link in login page
2 parents 8d6b59c + 54622a2 commit 399380c

File tree

1 file changed

+1
-1
lines changed
  • web-portal/frontend/components/login

1 file changed

+1
-1
lines changed

web-portal/frontend/components/login/Links.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function CommonLinks(){
1313
Pricing
1414
</Title>
1515

16-
<Title order={2} onClick={() => router.push('docs.porters.xyz')} c='carrot' style={{
16+
<Title order={2} onClick={() => router.push('https://docs.porters.xyz')} c='carrot' style={{
1717
cursor: "pointer",
1818
fontFamily: crimson.style.fontFamily
1919
}}>

0 commit comments

Comments
 (0)