From 12705f2fe7f20f5dd4e13bb879da4877068fa955 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 8 Jan 2026 20:42:43 +0700 Subject: [PATCH] feat: add cross-linking to main dashboard --- components/LandingPage.tsx | 2 +- theme.config.tsx | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/components/LandingPage.tsx b/components/LandingPage.tsx index 2b3abf5..1068f43 100644 --- a/components/LandingPage.tsx +++ b/components/LandingPage.tsx @@ -27,7 +27,7 @@ export function LandingPage() {

- + Get Started diff --git a/theme.config.tsx b/theme.config.tsx index bfaa82c..c55f4b5 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -13,6 +13,14 @@ const config: DocsThemeConfig = { project: { link: 'https://github.com/dyzulk/trustlab-docs', }, + chat: { + link: 'https://trustlab.dyzulk.com/dashboard/', + icon: ( + + Go to Dashboard → + + ) + }, docsRepositoryBase: 'https://github.com/dyzulk/trustlab-docs/tree/main', head: ( <>