From fae36c861f1aa8085e60183d2e1f64b04ea0acf6 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Wed, 21 Feb 2024 20:47:35 +0300 Subject: [PATCH] feat: add dragon fruit to crops list --- pages/farmer.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/farmer.vue b/pages/farmer.vue index eb1a1f8..5378ee2 100644 --- a/pages/farmer.vue +++ b/pages/farmer.vue @@ -63,6 +63,7 @@ maize: 'Maize', potatoes: 'Potatoes', sorghum: 'Sorghum', + dragonfruit: 'Dragon Fruit', other_fruits: 'Other fruits', other_vegetables: 'Other vegetables', other_grains: 'Other grains', @@ -103,6 +104,7 @@ maize: 'Maize', potatoes: 'Potatoes', sorghum: 'Sorghum', + dragonfruit: 'Dragon Fruit', other_fruits: 'Other fruits', other_vegetables: 'Other vegetables', other_grains: 'Other grains', @@ -285,6 +287,7 @@ maize: 'Maize', potatoes: 'Potatoes', sorghum: 'Sorghum', + dragonfruit: 'Dragon Fruit', other_fruits: 'Other fruits', other_vegetables: 'Other vegetables', other_grains: 'Other grains', @@ -362,6 +365,7 @@ maize: 'Maize', potatoes: 'Potatoes', sorghum: 'Sorghum', + dragonfruit: 'Dragon Fruit', other_fruits: 'Other fruits', other_vegetables: 'Other vegetables', other_grains: 'Other grains',