From bd6e62c5a92d05f23d239a9487b2fe48b1d70021 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9D=92=E4=BA=91=E4=BE=9D=E5=85=AE?= <1422756921@qq.com>
Date: Tue, 14 May 2024 21:35:08 +0800
Subject: [PATCH] Update sidebar.tsx
---
app/components/sidebar.tsx | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx
index 8eece3888..81f56379a 100644
--- a/app/components/sidebar.tsx
+++ b/app/components/sidebar.tsx
@@ -23,6 +23,8 @@ import {
MIN_SIDEBAR_WIDTH,
NARROW_SIDEBAR_WIDTH,
Path,
+ BLOG_URL,
+ FAKA_URL,
REPO_URL,
} from "../constant";
@@ -186,6 +188,12 @@ export function SideBar(props: { className?: string }) {
onClick={() => showToast(Locale.WIP)}
shadow
/>
+
+