Skip to content

Commit aaa2e48

Browse files
authored
update getting started links (#893)
* update getting started links * Create nasty-suns-fetch.md
1 parent 8b7c83b commit aaa2e48

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.changeset/nasty-suns-fetch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"status.network": patch
3+
---
4+
5+
update getting started links

apps/status.network/src/app/_components/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Hero = () => {
4646
</p>
4747

4848
<div className="flex space-x-3">
49-
<ButtonLink href={ROUTES.Bridge} variant="primary">
49+
<ButtonLink href={ROUTES.Hub} variant="primary">
5050
Get started
5151
</ButtonLink>
5252
<ButtonLink href={ROUTES.Docs} variant="secondary">

apps/status.network/src/app/_components/navbar-mobile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const NavBarMobile = () => {
159159
</ButtonLink>
160160
<ButtonLink
161161
className="w-full justify-center"
162-
href={ROUTES.Bridge}
162+
href={ROUTES.Hub}
163163
onClick={() => setIsOpen(false)}
164164
>
165165
Get started

apps/status.network/src/app/_components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const NavBar = () => {
3636
>
3737
Read docs
3838
</ButtonLink>
39-
<ButtonLink href={ROUTES.Bridge} size="32">
39+
<ButtonLink href={ROUTES.Hub} size="32">
4040
Get started
4141
</ButtonLink>
4242
</div>

apps/status.network/src/config/routes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const ROUTES = {
2727
Docs: 'https://docs.status.network/',
2828
Bridge: 'https://bridge.status.network/ ',
2929
Partner: 'https://statusnetwork.typeform.com/partner',
30+
Hub: 'https://hub.status.network/',
3031
} as const
3132

3233
export const LEGAL = {

0 commit comments

Comments
 (0)