We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637970d commit 9a098d0Copy full SHA for 9a098d0
components/deploy-button.tsx
@@ -21,7 +21,7 @@ export function DeployButton() {
21
<title>Vercel logomark</title>
22
<path d="m38 0 38 66H0z" />
23
</svg>
24
- <span className="text-sm">Deploy Your Own</span>
+ <span className="hidden text-sm sm:inline">Deploy Your Own</span>
25
</a>
26
</Button>
27
);
0 commit comments