File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed
Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " status.network " : patch
3+ ---
4+
5+ update getting started links
Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
3233export const LEGAL = {
You can’t perform that action at this time.
0 commit comments