Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

dont truncate sha256 hash

+1 -1
+1 -1
apps/main-app/public/editor/tabs/CLITab.tsx
··· 104 104 <div className="min-w-0"> 105 105 <div className="text-xs font-medium leading-snug">{platform}</div> 106 106 <div className="font-mono text-[10px] text-muted-foreground mt-1 truncate"> 107 - sha256: {sha256.slice(0, 12)}… 107 + sha256: {sha256} 108 108 </div> 109 109 </div> 110 110 <Download className="w-3.5 h-3.5 text-muted-foreground group-hover:text-accent transition-colors flex-shrink-0 mt-0.5" />