From 4dbf52c688aaedab9ee1a056869714558fcd9446 Mon Sep 17 00:00:00 2001 From: Matt Hosack Date: Sun, 10 Apr 2022 17:12:18 +0200 Subject: [PATCH] Fixing typo of 'Notifiaction' -> 'Notification' in Tabs components. --- components/ui/Tabs/EndClosed.vue | 4 ++-- components/ui/Tabs/EndClosedWithIcons.vue | 8 ++++---- components/ui/Tabs/Line.vue | 4 ++-- components/ui/Tabs/LineWithIcons.vue | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/components/ui/Tabs/EndClosed.vue b/components/ui/Tabs/EndClosed.vue index 0bfacb2..c98b1d5 100644 --- a/components/ui/Tabs/EndClosed.vue +++ b/components/ui/Tabs/EndClosed.vue @@ -11,7 +11,7 @@ @@ -34,7 +34,7 @@ ` } diff --git a/components/ui/Tabs/EndClosedWithIcons.vue b/components/ui/Tabs/EndClosedWithIcons.vue index 1530b95..8c77ccd 100644 --- a/components/ui/Tabs/EndClosedWithIcons.vue +++ b/components/ui/Tabs/EndClosedWithIcons.vue @@ -6,7 +6,7 @@ - + Profile @@ -28,7 +28,7 @@ - Notifiaction + Notification @@ -48,7 +48,7 @@ - + Profile @@ -70,7 +70,7 @@ - Notifiaction + Notification ` diff --git a/components/ui/Tabs/Line.vue b/components/ui/Tabs/Line.vue index adb66f8..aef2c47 100644 --- a/components/ui/Tabs/Line.vue +++ b/components/ui/Tabs/Line.vue @@ -11,7 +11,7 @@ @@ -35,7 +35,7 @@ ` } diff --git a/components/ui/Tabs/LineWithIcons.vue b/components/ui/Tabs/LineWithIcons.vue index 3155424..94ea4c2 100644 --- a/components/ui/Tabs/LineWithIcons.vue +++ b/components/ui/Tabs/LineWithIcons.vue @@ -6,7 +6,7 @@ - + Profile @@ -28,7 +28,7 @@ - Notifiaction + Notification @@ -48,7 +48,7 @@ - + Profile @@ -70,7 +70,7 @@ - Notifiaction + Notification `