From 1d771c36b19f180439d7225414c30a6f4fa704ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Malin=20Haugland=20H=C3=B8li?= <malin.holi@gmail.com>
Date: Wed, 24 Apr 2024 08:49:28 +0200
Subject: [PATCH] refactor: :ambulance: Fixed grammar error in file name

---
 ...uttonAddGoalOrChallange.vue => ButtonAddGoalOrChallenge.vue} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename src/components/{ButtonAddGoalOrChallange.vue => ButtonAddGoalOrChallenge.vue} (67%)

diff --git a/src/components/ButtonAddGoalOrChallange.vue b/src/components/ButtonAddGoalOrChallenge.vue
similarity index 67%
rename from src/components/ButtonAddGoalOrChallange.vue
rename to src/components/ButtonAddGoalOrChallenge.vue
index 820233b..472ff9f 100644
--- a/src/components/ButtonAddGoalOrChallange.vue
+++ b/src/components/ButtonAddGoalOrChallenge.vue
@@ -1,6 +1,6 @@
 <template>
     <button
-        class="w-full max-w-60 max-h-12 bg-green-500 text-white font-bold py-2 rounded-full flex items-center justify-start pl-4 space-x-2 hover:bg-green-600 drop-shadow-lg focus:outline-none focus:ring-2 focus:ring-green-700 focus:ring-opacity-50 shadow-md transition duration-300 ease-in-out text-xs md:text-sm lg:text-base"
+        class="w-full max-w-60 max-h-12 font-bold py-2 rounded-full flex items-center justify-start pl-4 space-x-2 focus:outline-none focus:ring-2 focus:ring-green-700 focus:ring-opacity-50 shadow-md transition duration-300 ease-in-out text-xs md:text-sm lg:text-base"
     >
         <svg
             xmlns="http://www.w3.org/2000/svg"
-- 
GitLab