From 77597ecdcce69b53ed122171d8b5dc763f542389 Mon Sep 17 00:00:00 2001 From: Maisam Afshar Date: Mon, 15 Aug 2022 14:28:16 +0430 Subject: [PATCH] remove redundant components & fix typo --- .../navbars/components/NavbarBlur.vue | 7 --- .../navbars/components/NavbarLight.vue | 6 --- .../navbars/components/NavbarTransparent.vue | 7 --- .../features/components/FeatureOne.vue | 2 +- .../features/components/FeatureThree.vue | 53 ------------------ .../features/components/FeatureTwo.vue | 54 ------------------- 6 files changed, 1 insertion(+), 128 deletions(-) delete mode 100644 src/layouts/sections/navigation/navbars/components/NavbarBlur.vue delete mode 100644 src/layouts/sections/navigation/navbars/components/NavbarLight.vue delete mode 100644 src/layouts/sections/navigation/navbars/components/NavbarTransparent.vue delete mode 100644 src/layouts/sections/page-sections/features/components/FeatureThree.vue delete mode 100644 src/layouts/sections/page-sections/features/components/FeatureTwo.vue diff --git a/src/layouts/sections/navigation/navbars/components/NavbarBlur.vue b/src/layouts/sections/navigation/navbars/components/NavbarBlur.vue deleted file mode 100644 index dd42752..0000000 --- a/src/layouts/sections/navigation/navbars/components/NavbarBlur.vue +++ /dev/null @@ -1,7 +0,0 @@ - - diff --git a/src/layouts/sections/navigation/navbars/components/NavbarLight.vue b/src/layouts/sections/navigation/navbars/components/NavbarLight.vue deleted file mode 100644 index 2b579e5..0000000 --- a/src/layouts/sections/navigation/navbars/components/NavbarLight.vue +++ /dev/null @@ -1,6 +0,0 @@ - - diff --git a/src/layouts/sections/navigation/navbars/components/NavbarTransparent.vue b/src/layouts/sections/navigation/navbars/components/NavbarTransparent.vue deleted file mode 100644 index 9afba62..0000000 --- a/src/layouts/sections/navigation/navbars/components/NavbarTransparent.vue +++ /dev/null @@ -1,7 +0,0 @@ - - diff --git a/src/layouts/sections/page-sections/features/components/FeatureOne.vue b/src/layouts/sections/page-sections/features/components/FeatureOne.vue index 80c308f..d0ddab7 100644 --- a/src/layouts/sections/page-sections/features/components/FeatureOne.vue +++ b/src/layouts/sections/page-sections/features/components/FeatureOne.vue @@ -1,5 +1,5 @@