Skip to content

Commit 9a098d0

Browse files
authored
fix deploy on mobile (#19)
1 parent 637970d commit 9a098d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/deploy-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function DeployButton() {
2121
<title>Vercel logomark</title>
2222
<path d="m38 0 38 66H0z" />
2323
</svg>
24-
<span className="text-sm">Deploy Your Own</span>
24+
<span className="hidden text-sm sm:inline">Deploy Your Own</span>
2525
</a>
2626
</Button>
2727
);

0 commit comments

Comments
 (0)