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'], ]; ?>