Skip to content

Commit 765098c

Browse files
committed
.
1 parent e39c4f6 commit 765098c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/app-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function PageSidebar() {
6262

6363
{
6464
content_page == null && (
65-
<div className="md:h-[23vh] select-none"></div>
65+
<div className="md:h-[33vh] select-none"></div>
6666
)
6767
} {
6868
content_page != null && (

0 commit comments

Comments
 (0)