From 4d89e6814a5933b5fde0365b1919cc0fdd68adcb Mon Sep 17 00:00:00 2001 From: Juan24 Date: Mon, 6 Apr 2026 10:14:39 -0300 Subject: [PATCH] Move #WhatNow tag from home to welcome Relocate the '#WhatNow' tag from resources/assets/js/pages/home.vue to resources/assets/js/pages/welcome.vue. Removed the markup and its CSS from home.vue and added the tag plus scoped styling in welcome.vue (white color, 1.1rem size, bold weight, small bottom margin) so the badge appears in the landing header instead of the home page. --- resources/assets/js/pages/home.vue | 8 -------- resources/assets/js/pages/welcome.vue | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/assets/js/pages/home.vue b/resources/assets/js/pages/home.vue index 74dd095..ea2b3e5 100644 --- a/resources/assets/js/pages/home.vue +++ b/resources/assets/js/pages/home.vue @@ -2,7 +2,6 @@ -

#WhatNow

{{ $t('home_pods.wellcome') }} {{ user.data.user_profile.first_name }}! @@ -288,13 +287,6 @@ export default { }