Skip to content

Commit 54622a2

Browse files
authored
Merge pull request #323 from porters-xyz/fix-docs-link
Fixed docs link in Porters login
2 parents 8c41674 + b8a80a1 commit 54622a2

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)