Skip to content

Commit

Permalink
Merge pull request #324 from porters-xyz/develop
Browse files Browse the repository at this point in the history
Fixed broken docs link in login page
  • Loading branch information
scermat committed Jul 9, 2024
2 parents 8d6b59c + 54622a2 commit 399380c
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 399380c

Please sign in to comment.