From 454f6a944c0dc607f06e81435d6dc0ea2649c6cc Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 25 Jun 2024 07:29:19 +0200 Subject: [PATCH] Changed Nextra theme configuration - replace GitHub icon that links to SVR.JS website with Git icon that links to SVR.JS Git server --- theme.config.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/theme.config.tsx b/theme.config.tsx index 9bbcc1c..1526ef8 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -119,8 +119,21 @@ export default { ), project: { - title: "SVRJS", - link: "https://svrjs.org", + icon: ( + + + + ), + link: "https://git.svrjs.org", }, footer: { component: null,