We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a483f34 commit 49b7702Copy full SHA for 49b7702
components/hero-banner.tsx
@@ -35,7 +35,7 @@ export default function HeroBanner(props: BannerProps) {
35
<div
36
className='home-content'
37
style={{
38
- color: banner?.text_color ? banner.text_color : '',
+ color: banner?.text_color ? banner.text_color : '#000',
39
}}
40
>
41
{banner.banner_title && (
@@ -47,7 +47,7 @@ export default function HeroBanner(props: BannerProps) {
47
<p
48
className='hero-description '
49
50
51
52
{...banner.$?.banner_description}
53
0 commit comments