Skip to content

Commit 2a25f96

Browse files
committed
show description on mobile
1 parent dc49fea commit 2a25f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/pay/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default async function PayPage({
9999
<h2 className="text-xl font-bold">{projectMetadata.name}</h2>
100100
</div>
101101
{projectMetadata.description && (
102-
<p className="mt-2 text-sm text-muted-foreground hidden lg:block">
102+
<p className="mt-2 text-sm text-muted-foreground">
103103
{projectMetadata.description}
104104
</p>
105105
)}

0 commit comments

Comments
 (0)