Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 6c9c8d4

Browse files
committed
Smaller code text
1 parent 9dbf3e9 commit 6c9c8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function Home() {
4040
<h3 class='font-bold mb-2'>Upload encrypted files</h3>
4141
<p class='mb-2'>Copy and run this command to upload a file:</p>
4242
<div class='bg-gray-50 rounded'>
43-
<code class='font-mono block p-4'>
43+
<code class='font-mono block p-4 text-sm'>
4444
curl -s https://cryptsend.thingylabs.io/upload.sh | bash -s --
4545
yourfile
4646
</code>

0 commit comments

Comments
 (0)