File tree 1 file changed +4
-3
lines changed
src/client/theme-default/components
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref<boolean>
29
29
<div class =" main" >
30
30
<slot name =" home-hero-info-before" />
31
31
<slot name =" home-hero-info" >
32
- <h1 v-if =" name" class =" name" >
33
- <span v-html =" name" class =" clip" ></span >
32
+ <h1 >
33
+ <span v-if =" name" v-html =" name" class =" name clip" ></span >
34
+ <span v-if =" text" v-html =" text" class =" text" ></span >
34
35
</h1 >
35
- <p v-if =" text" v-html =" text" class =" text" ></p >
36
36
<p v-if =" tagline" v-html =" tagline" class =" tagline" ></p >
37
37
</slot >
38
38
<slot name =" home-hero-info-after" />
@@ -127,6 +127,7 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref<boolean>
127
127
128
128
.name ,
129
129
.text {
130
+ display : inline-block ;
130
131
max-width : 392px ;
131
132
letter-spacing : -0.4px ;
132
133
line-height : 40px ;
You can’t perform that action at this time.
0 commit comments