From d7e8c2f4a43f8805681de725208036fdd0150496 Mon Sep 17 00:00:00 2001 From: kunish Date: Fri, 22 Sep 2023 01:17:15 +0800 Subject: [PATCH] feat(LogoText): update logo navigation links --- src/components/LogoText.tsx | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/src/components/LogoText.tsx b/src/components/LogoText.tsx index 3de9cfa..54d1d5b 100644 --- a/src/components/LogoText.tsx +++ b/src/components/LogoText.tsx @@ -1,16 +1,22 @@ +import { A } from '@solidjs/router' +import { endpoint } from '~/signals' + export const LogoText = () => ( - - +
+ metacube - + ( - + ) - +
)