Skip to content

Commit

Permalink
Merge pull request #323 from porters-xyz/fix-docs-link
Browse files Browse the repository at this point in the history
Fixed docs link in Porters login
  • Loading branch information
scermat authored Jul 9, 2024
2 parents 8c41674 + b8a80a1 commit 54622a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-portal/frontend/components/login/Links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function CommonLinks(){
Pricing
</Title>

<Title order={2} onClick={() => router.push('docs.porters.xyz')} c='carrot' style={{
<Title order={2} onClick={() => router.push('https://docs.porters.xyz')} c='carrot' style={{
cursor: "pointer",
fontFamily: crimson.style.fontFamily
}}>
Expand Down

0 comments on commit 54622a2

Please sign in to comment.