We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7fd785 + e036f40 commit 571319fCopy full SHA for 571319f
src/app/_components/Hero/index.tsx
@@ -44,8 +44,13 @@ const LandingHero = () => {
44
Build now
45
</Button>
46
47
- <Button href={SESSIONS_URL} className="!w-[180px] sm:!w-[250px]" gaEvent={{ event: "click_landing", label: "Join Session 2" }}>
48
- Join Session 2
+ <Button
+ 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
54
55
</Stack>
56
</Container>
0 commit comments