We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83310b9 + 3a71d6b commit 10eaca8Copy full SHA for 10eaca8
1 file changed
resources/assets/js/pages/home.vue
@@ -2,6 +2,7 @@
2
<b-container fluid class="home-page">
3
<b-row class="p-4" v-if="user">
4
<b-col cols="12">
5
+ <p class="whatnow-tag">#WhatNow</p>
6
<h2 class="mb-3">
7
{{ $t('home_pods.wellcome') }}
8
{{ user.data.user_profile.first_name }}!
@@ -287,6 +288,13 @@ export default {
287
288
}
289
</script>
290
<style>
291
+.whatnow-tag {
292
+ font-size: 1.1rem;
293
+ font-weight: 600;
294
+ color: #E8473F;
295
+ margin-bottom: 0.25rem;
296
+}
297
+
298
.button-container {
299
display: flex;
300
justify-content: space-between;
0 commit comments