chore(console): add Go to nav

This commit is contained in:
David Hill 2026-03-03 18:30:04 +00:00
commit b1c166edf4
9 changed files with 21 additions and 14 deletions

View file

@ -174,6 +174,9 @@ export function Header(props: { zen?: boolean; hideGetStarted?: boolean }) {
</Match> </Match>
</Switch> </Switch>
</li> </li>
<li>
<A href={language.route("/go")}>{i18n.t("nav.go")}</A>
</li>
<Show when={!props.hideGetStarted}> <Show when={!props.hideGetStarted}>
<li> <li>
<A href={language.route("/download")} data-slot="cta-button"> <A href={language.route("/download")} data-slot="cta-button">
@ -270,6 +273,9 @@ export function Header(props: { zen?: boolean; hideGetStarted?: boolean }) {
</Match> </Match>
</Switch> </Switch>
</li> </li>
<li>
<A href={language.route("/go")}>{i18n.t("nav.go")}</A>
</li>
<Show when={!props.hideGetStarted}> <Show when={!props.hideGetStarted}>
<li> <li>
<A href={language.route("/download")} data-slot="cta-button"> <A href={language.route("/download")} data-slot="cta-button">

View file

@ -6,6 +6,7 @@ export const dict = {
"nav.x": "X", "nav.x": "X",
"nav.enterprise": "Enterprise", "nav.enterprise": "Enterprise",
"nav.zen": "Zen", "nav.zen": "Zen",
"nav.go": "Go",
"nav.login": "Login", "nav.login": "Login",
"nav.free": "Free", "nav.free": "Free",
"nav.home": "Home", "nav.home": "Home",

View file

@ -86,10 +86,10 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
gap: 48px; gap: 32px;
@media (max-width: 55rem) { @media (max-width: 55rem) {
gap: 32px; gap: 24px;
} }
@media (max-width: 48rem) { @media (max-width: 48rem) {

View file

@ -81,10 +81,10 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
gap: 48px; gap: 32px;
@media (max-width: 55rem) { @media (max-width: 55rem) {
gap: 32px; gap: 24px;
} }
@media (max-width: 48rem) { @media (max-width: 48rem) {

View file

@ -85,10 +85,10 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
gap: 48px; gap: 32px;
@media (max-width: 55rem) { @media (max-width: 55rem) {
gap: 32px; gap: 24px;
} }
@media (max-width: 48rem) { @media (max-width: 48rem) {

View file

@ -85,10 +85,10 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
gap: 48px; gap: 32px;
@media (max-width: 55rem) { @media (max-width: 55rem) {
gap: 32px; gap: 24px;
} }
@media (max-width: 48rem) { @media (max-width: 48rem) {

View file

@ -148,10 +148,10 @@ body {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
gap: 48px; gap: 32px;
@media (max-width: 55rem) { @media (max-width: 55rem) {
gap: 32px; gap: 24px;
} }
@media (max-width: 48rem) { @media (max-width: 48rem) {

View file

@ -212,10 +212,10 @@ body {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
gap: 48px; gap: 32px;
@media (max-width: 55rem) { @media (max-width: 55rem) {
gap: 32px; gap: 24px;
} }
@media (max-width: 48rem) { @media (max-width: 48rem) {

View file

@ -148,10 +148,10 @@ body {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
gap: 48px; gap: 32px;
@media (max-width: 55rem) { @media (max-width: 55rem) {
gap: 32px; gap: 24px;
} }
@media (max-width: 48rem) { @media (max-width: 48rem) {