fix(web): improve builder responsiveness and add npm icon

This commit is contained in:
Aman Varshney
2025-07-22 10:18:31 +05:30
parent 58cbc902c1
commit 1aa1525dc0
9 changed files with 200 additions and 212 deletions

View File

@@ -86,7 +86,7 @@ export default function ShowcaseItem({
className="flex items-center gap-2 rounded border border-border bg-primary/10 px-3 py-2 text-primary text-sm transition-all hover:bg-primary/20 hover:text-primary"
>
<Monitor className="h-3 w-3" />
<span>LAUNCH_DEMO.EXE</span>
<span>LAUNCH_DEMO.SH</span>
<ExternalLink className="ml-auto h-3 w-3" />
</Link>
)}