Update compcards.php to change 'accessories' ID and add 'watch' entry
This commit is contained in:
parent
5688f85b2b
commit
20f9b444cd
@ -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'],
|
||||
];
|
||||
?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user