From 0239176c8ec53b2e229ff393f3335846ed99eeca Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 5 Jul 2024 10:18:20 -0700 Subject: [PATCH] fix(website): fix wrong link in /support (#5759) --- website/src/app/support/_page.tsx | 20 +++++++++++--------- website/src/components/KbCards/index.tsx | 2 +- website/src/components/RootNavbar/index.tsx | 3 ++- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/website/src/app/support/_page.tsx b/website/src/app/support/_page.tsx index fb51633ec..47cd39d64 100644 --- a/website/src/app/support/_page.tsx +++ b/website/src/app/support/_page.tsx @@ -48,7 +48,7 @@ export default function _Page() {

@@ -62,7 +62,7 @@ export default function _Page() {

@@ -75,7 +75,7 @@ export default function _Page() {

@@ -89,7 +89,7 @@ export default function _Page() {

@@ -124,17 +124,19 @@ export default function _Page() {

Issue search

-

Search our open issues and leave a comment.

+

+ Search our open GitHub issues and leave a comment. +

@@ -147,7 +149,7 @@ export default function _Page() {

diff --git a/website/src/components/KbCards/index.tsx b/website/src/components/KbCards/index.tsx index 8cb4eccdf..a4529217b 100644 --- a/website/src/components/KbCards/index.tsx +++ b/website/src/components/KbCards/index.tsx @@ -15,7 +15,7 @@ export function KbCard({ return (

{title} diff --git a/website/src/components/RootNavbar/index.tsx b/website/src/components/RootNavbar/index.tsx index 3a4d9a297..983c19106 100644 --- a/website/src/components/RootNavbar/index.tsx +++ b/website/src/components/RootNavbar/index.tsx @@ -173,9 +173,9 @@ export default function RootNavbar() { - Changelog Download Book a demo + Use cases Open source @@ -183,6 +183,7 @@ export default function RootNavbar() { Roadmap Newsletter + Changelog Docs Pricing