Update compcards.php to change 'accessories' ID and add 'watch' entry

This commit is contained in:
Fabian Schieder 2026-04-04 00:39:47 +02:00
parent 5688f85b2b
commit 20f9b444cd

View File

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