From 2f164c21969d56ff07de7442fce1758dd42cebcf Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 25 Jun 2024 07:27:42 +0200 Subject: [PATCH] Changed Nextra theme configuration - make logo consistent with the rest of the site --- theme.config.tsx | 117 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 99 insertions(+), 18 deletions(-) diff --git a/theme.config.tsx b/theme.config.tsx index f3a4484..9bbcc1c 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -18,24 +18,105 @@ export default { content: null, }, logo: ( - <> - {`logo`} -

- SVRJS -

- + + + + + + + + + + + + + + + + + ), project: { title: "SVRJS",