From 20f9b444cdf9b1ce689d241fd89b0f3773a20b59 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Sat, 4 Apr 2026 00:39:47 +0200 Subject: [PATCH] Update compcards.php to change 'accessories' ID and add 'watch' entry --- compcards.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compcards.php b/compcards.php index e2e5831..2f14c58 100644 --- a/compcards.php +++ b/compcards.php @@ -145,7 +145,8 @@ $categories = [ 'ipad' => ['id' => 21, 'label' => 'iPad'], 'macbook' => ['id' => 22, 'label' => 'MacBook'], 'airpods' => ['id' => 23, 'label' => 'AirPods'], - 'accessories' => ['id' => 24, 'label' => 'Accessories'], + 'watch' => ['id' => 24, 'label' => 'Watch'], + 'accessories' => ['id' => 25, 'label' => 'Accessories'], ]; ?>