File tree 2 files changed +3
-4
lines changed 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" hero-banner" :style =" { background: `${data.bg_color}` }" >
3
- <div :class =" [title === 'about-content' ? title : 'home-content']" >
3
+ <div :class =" [title === 'about-content' ? title : 'home-content']" :style = " {color:`${data.text_color}`} " >
4
4
<h1 class =" hero-title" >
5
5
{{ data.banner_title }}
6
6
</h1 >
9
9
'hero-description',
10
10
title === 'about-content' ? 'about-desc' : ''
11
11
]"
12
+ :style =" {color:`${data.text_color}`}"
12
13
>
13
14
{{ data.banner_description }}
14
15
</p >
15
- <template v-if =" title === ' home-content ' " >
16
+ <template v-if =" data . call_to_action . title && data . call_to_action . href " >
16
17
<router-link
17
- v-if =" data.call_to_action.title && data.call_to_action.href"
18
18
aria-current =" page"
19
19
class =" btn tertiary-btn"
20
20
to =" /"
Original file line number Diff line number Diff line change 12
12
<HeroBanner
13
13
v-if =" component.hero_banner && page !== 'Blog'"
14
14
:key =" index"
15
- title =" home-content"
16
15
:data =" component.hero_banner"
17
16
/>
18
17
<BlogBanner
You can’t perform that action at this time.
0 commit comments