Skip to content

Commit 1e0102b

Browse files
committed
fix: サイドナビゲーションからサイトタイトルを削除
1 parent dec02e5 commit 1e0102b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/src/components/ui/common/SideNavigation.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const SideNavigation = ({
1515
}: SideNavigationProps) => {
1616
return (
1717
<nav class="folding flex-none w-full bg-white border border-neutral-200/60 rounded-md sticky top-[60px] mt-4 mb-8 h-[calc(100vh-60px-1rem)] overflow-auto px-3.5 py-3">
18-
<SiteTitle />
1918
<ul class="space-y-1 text-xs text-neutral-700">
2019
{docs &&
2120
docs.map((firstLevel, idx) => (

0 commit comments

Comments
 (0)