+
+ {/* Mobile tabs - vertical stack */}
+
{Object.keys(architectures).map((arch) => (
- updateArchitecture(arch)}
+ className={`w-full text-left py-3 px-4 rounded-md border transition-colors ${
+ currentArch === arch
+ ? "bg-primary text-primary-foreground border-primary"
+ : "bg-background border-border hover:bg-muted"
+ }`}
>
{translations.tabsShortened[arch]}
-
+
))}
-
+
{Object.entries(architectures).map(([arch, data]) => (
{
return (
<>