From 3a71d6b392f355a15c0febad7ba7be9ec0870ef1 Mon Sep 17 00:00:00 2001 From: Juan24 Date: Mon, 6 Apr 2026 09:53:06 -0300 Subject: [PATCH] Add '#WhatNow' tag and styles to home page Insert a new

#WhatNow

above the welcome heading in resources/assets/js/pages/home.vue and add corresponding .whatnow-tag CSS (font-size: 1.1rem, font-weight: 600, color: #E8473F, margin-bottom: 0.25rem) to visually highlight the label. --- resources/assets/js/pages/home.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/assets/js/pages/home.vue b/resources/assets/js/pages/home.vue index ea2b3e5..74dd095 100644 --- a/resources/assets/js/pages/home.vue +++ b/resources/assets/js/pages/home.vue @@ -2,6 +2,7 @@ +

#WhatNow

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