+
entdb
{isHome && }
- {isHome && }
+ {isHome && }
{isOSPage && os && }
diff --git a/src/components/oslist.tsx b/src/components/oslist.tsx
index 612f64d..1df9261 100644
--- a/src/components/oslist.tsx
+++ b/src/components/oslist.tsx
@@ -230,6 +230,7 @@ export default function OSList() {
{!loading && groups.length > 0 && (
<>
+ {/* Platform buttons - in header on desktop, inline on mobile */}
{groups.map((group) => (
@@ -271,6 +272,23 @@ export default function OSList() {
+ {/* Mobile platform buttons - shown inline in content */}
+
+ {groups.map((group) => (
+
+ ))}
+
+
{isFiltering && (
{filteredCount} of {totalCount} builds