From 5fca8b8b940e171c54d826d3ad5032702c7e7359 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Sat, 4 Apr 2026 00:41:47 +0200 Subject: [PATCH] Update compcards.php to swap IDs for 'watch' and 'accessories' --- compcards.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compcards.php b/compcards.php index 2f14c58..e4f119a 100644 --- a/compcards.php +++ b/compcards.php @@ -145,8 +145,8 @@ $categories = [ 'ipad' => ['id' => 21, 'label' => 'iPad'], 'macbook' => ['id' => 22, 'label' => 'MacBook'], 'airpods' => ['id' => 23, 'label' => 'AirPods'], - 'watch' => ['id' => 24, 'label' => 'Watch'], - 'accessories' => ['id' => 25, 'label' => 'Accessories'], + 'watch' => ['id' => 25, 'label' => 'Watch'], + 'accessories' => ['id' => 24, 'label' => 'Accessories'], ]; ?>