feat: add blocks showcase and restructure app

This commit is contained in:
Anmoldeep Singh
2026-03-16 17:20:51 +05:30
parent 94628a5143
commit d7d8dbe3ab
108 changed files with 4298 additions and 648 deletions

View File

@@ -60,7 +60,6 @@ export function ThemeToggle() {
size="icon-sm"
>
{resolvedTheme === "dark" ? <Moon /> : <Sun />}
<span className="sr-only">Toggle theme</span>
</Button>
</TooltipTrigger>
<TooltipContent className="flex items-center gap-2 pr-1">