handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs

fix: update description

mary.my.id dea46744 2a16a27a

verified
+2 -2
+1 -1
src/views/blob/blob-export.tsx
··· 206 206 <> 207 207 <div class="p-4"> 208 208 <h1 class="text-lg font-bold text-purple-800">Export blobs</h1> 209 - <p class="text-gray-600">Download all blobs from an account</p> 209 + <p class="text-gray-600">Download all blobs from an account into a tarball</p> 210 210 </div> 211 211 <hr class="mx-4 border-gray-300" /> 212 212
+1 -1
src/views/frontpage.tsx
··· 69 69 items: [ 70 70 { 71 71 name: `Export blobs`, 72 - description: `Download all blobs from an account`, 72 + description: `Download all blobs from an account into a tarball`, 73 73 href: '/blob-export', 74 74 icon: ArchiveOutlinedIcon, 75 75 },