Skip to content

Commit 571319f

Browse files
authored
Merge pull request #1519 from scroll-tech/update-link
fix: user portal link
2 parents f7fd785 + e036f40 commit 571319f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/app/_components/Hero/index.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,13 @@ const LandingHero = () => {
4444
Build now
4545
</Button>
4646

47-
<Button href={SESSIONS_URL} className="!w-[180px] sm:!w-[250px]" gaEvent={{ event: "click_landing", label: "Join Session 2" }}>
48-
Join Session 2
47+
<Button
48+
href={process.env.NEXT_PUBLIC_USER_PORTAL_BASE_URL}
49+
target="_blank"
50+
className="!w-[180px] sm:!w-[250px]"
51+
gaEvent={{ event: "click_landing", label: "Open User Portal" }}
52+
>
53+
Open User Portal
4954
</Button>
5055
</Stack>
5156
</Container>

0 commit comments

Comments
 (0)