diff --git a/components/ui/Authentication/LoginWithSocailMediaLinks.vue b/components/ui/Authentication/LoginWithSocialMediaLinks.vue similarity index 99% rename from components/ui/Authentication/LoginWithSocailMediaLinks.vue rename to components/ui/Authentication/LoginWithSocialMediaLinks.vue index db21ac9..3c2d079 100644 --- a/components/ui/Authentication/LoginWithSocailMediaLinks.vue +++ b/components/ui/Authentication/LoginWithSocialMediaLinks.vue @@ -70,7 +70,7 @@ export default { data() { return { - name: 'Login with Socail Media Links', + name: 'Login with Social Media Links', code: `

Brand

@@ -136,4 +136,4 @@ } } } - \ No newline at end of file + diff --git a/components/ui/Navbars/WithSocailMediaLinks.vue b/components/ui/Navbars/WithSocialMediaLinks.vue similarity index 98% rename from components/ui/Navbars/WithSocailMediaLinks.vue rename to components/ui/Navbars/WithSocialMediaLinks.vue index 2ab60e0..531b74c 100644 --- a/components/ui/Navbars/WithSocailMediaLinks.vue +++ b/components/ui/Navbars/WithSocialMediaLinks.vue @@ -8,7 +8,7 @@
Brand
- +
- +
@@ -87,7 +87,7 @@
Brand
- +
- +
Simple UI Starter

Meraki UI Components

- +

- Beautiful Tailwind CSS + Beautiful Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode.

@@ -35,7 +35,7 @@ - +
moon @@ -116,7 +116,7 @@ import AlertsWarningFullWidth from "~/components/ui/Alerts/WarningFullWidth"; import AlertsErrorFullWidth from "~/components/ui/Alerts/ErrorFullWidth"; // Authentication import AuthenticationSimpleLogin from "~/components/ui/Authentication/SimpleLogin"; -import AuthenticationLoginWithSocailMediaLinks from "~/components/ui/Authentication/LoginWithSocailMediaLinks"; +import AuthenticationLoginWithSocialMediaLinks from "~/components/ui/Authentication/LoginWithSocialMediaLinks"; import AuthenticationLoginWithSideImage from "~/components/ui/Authentication/LoginWithSideImage"; // Buttons import ButtonsPrimary from "~/components/ui/Buttons/Primary"; @@ -147,7 +147,7 @@ import NavbarsECommerce from "~/components/ui/Navbars/ECommerce"; import NavbarsWithAvatar from "~/components/ui/Navbars/WithAvatar"; import NavbarsWithSearch from "~/components/ui/Navbars/WithSearch"; import NavbarsWithCategories from "~/components/ui/Navbars/WithCategories"; -import NavbarsWithSocailMediaLinks from "~/components/ui/Navbars/WithSocailMediaLinks"; +import NavbarsWithSocialMediaLinks from "~/components/ui/Navbars/WithSocialMediaLinks"; // Heros import HerosECommerce from "~/components/ui/Heros/ECommerce"; import HerosWithNewsletterForm from "~/components/ui/Heros/WithNewsletterForm"; @@ -193,7 +193,7 @@ export default { AlertsWarningFullWidth, AlertsErrorFullWidth, AuthenticationSimpleLogin, - AuthenticationLoginWithSocailMediaLinks, + AuthenticationLoginWithSocialMediaLinks, AuthenticationLoginWithSideImage, ButtonsPrimary, ButtonsWithIcon, @@ -218,7 +218,7 @@ export default { NavbarsECommerce, NavbarsWithAvatar, NavbarsWithSearch, - NavbarsWithSocailMediaLinks, + NavbarsWithSocialMediaLinks, NavbarsWithCategories, HerosECommerce, HerosWithNewsletterForm, @@ -242,7 +242,7 @@ export default { FootersWithLinks, FootersWithSubscribeForm, }, - + data() { return { components_count: 58, diff --git a/yarn.lock b/yarn.lock index d16ad6a..d47ec5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8076,9 +8076,9 @@ tapable@^1.0.0, tapable@^1.0.0-beta.5, tapable@^1.1.3: integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== tar@^6.0.2: - version "6.1.0" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83" - integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA== + version "6.1.5" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.5.tgz#6e25bee1cfda94317aedc3f5d49290ae68361d73" + integrity sha512-FiK6MQyyaqd5vHuUjbg/NpO8BuEGeSXcmlH7Pt/JkugWS8s0w8nKybWjHDJiwzCAIKZ66uof4ghm4tBADjcqRA== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0"