Skip to content

Commit 66db8e6

Browse files
committed
fix
1 parent a8c2857 commit 66db8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/layout/DocsLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function DocsLayout({ children, className }: DocsLayoutProps) {
6565

6666
{/* Frameworks */}
6767
<p className="mb-2 mt-4 font-semibold text-gray-700 dark:text-gray-200">Frameworks</p>
68-
<ul className="space-y-1">
68+
<ul className="mb-4 space-y-1">
6969
<li>
7070
<Link className="hover:underline" href="/flutter">Flutter</Link>
7171
</li>
@@ -92,7 +92,7 @@ export function DocsLayout({ children, className }: DocsLayoutProps) {
9292
<Link className="hover:underline" href="/ui">All Components</Link>
9393
</li>
9494
</ul>
95-
95+
9696
</nav>
9797
</aside>
9898
<main>{children}</main>

0 commit comments

Comments
 (0)