Skip to content

Commit 818e2a0

Browse files
authored
fix: update default description in MobileSidebar to an empty string (#1556)
1 parent f87902b commit 818e2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ViewPackagePage/components/mobile-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const MobileSidebar = ({
112112
{localDescription ||
113113
packageInfo?.description ||
114114
packageInfo?.ai_description ||
115-
"A Default 60 keyboard created with tscircuit"}
115+
""}
116116
</p>
117117
{isOwner && (
118118
<Button

0 commit comments

Comments
 (0)