From c8ab16aecbc32c95951c120b3261afbaf482a2df Mon Sep 17 00:00:00 2001 From: F4ilji Date: Fri, 5 Sep 2025 09:27:59 +0500 Subject: [PATCH] Add @gladesinger/vue3-yandex-smartcaptcha dependency, refactor CaptchaBlock component to use YandexSmartCaptcha, and update PersonalDataBlock label for compliance with data protection laws. --- resources/js/Navbars/DesktopNavBar.vue | 97 +++++++++---------- resources/js/Navbars/MainPageNavbar.vue | 2 +- .../sliders/components/TvSliderBody.vue | 4 +- 3 files changed, 49 insertions(+), 54 deletions(-) diff --git a/resources/js/Navbars/DesktopNavBar.vue b/resources/js/Navbars/DesktopNavBar.vue index a810aab..31709a6 100644 --- a/resources/js/Navbars/DesktopNavBar.vue +++ b/resources/js/Navbars/DesktopNavBar.vue @@ -15,17 +15,12 @@ :id="'nav-section-btn-' + section.slug" type="button" :class="!underSliderHeader ? 'text-white' : 'text-black'" - class="duration-300 flex items-center w-full hover:text-primary-hover font-normal hs-dropdown-open:mb-4 md:hs-dropdown-open:mb-0"> + class="duration-300 flex items-center w-full hover:text-gray-300 font-normal hs-dropdown-open:mb-4 md:hs-dropdown-open:mb-0"> {{ section.title }} - - - diff --git a/resources/js/Navbars/MainPageNavbar.vue b/resources/js/Navbars/MainPageNavbar.vue index 75b9c99..7747635 100644 --- a/resources/js/Navbars/MainPageNavbar.vue +++ b/resources/js/Navbars/MainPageNavbar.vue @@ -6,7 +6,7 @@ ]" class="flex duration-500 flex-wrap md:justify-start md:flex-nowrap z-50 w-full text-sm py-3 md:py-0">