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
/>
+
+