Revert "Extend priorities"

This reverts commit b6a40bcb9b.
This commit is contained in:
Jay Trees 2022-03-14 16:28:39 +01:00
parent 8475f586ac
commit 3433149771

View file

@ -19,30 +19,13 @@ class Wish
'color' => '',
),
'1' => array(
'name' => 'Desirous',
'name' => 'Nice to have',
'color' => 'black',
),
'2' => array(
'name' => 'Keen',
'color' => 'grey',
),
'3' => array(
'name' => 'Longing',
'color' => 'brown',
),
'4' => array(
'name' => 'Impatient',
'color' => 'yellow',
),
'5' => array(
'name' => 'Urgent',
'name' => 'Would love it',
'color' => 'orange',
),
'6' => array(
'name' => 'Anxious',
'color' => 'red',
),
);
/**