Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c656a41b1 |
@@ -151,6 +151,11 @@ const HeroSplit = ({
|
|||||||
buttonTextClassName={cls("text-base", buttonTextClassName)}
|
buttonTextClassName={cls("text-base", buttonTextClassName)}
|
||||||
center={false}
|
center={false}
|
||||||
/>
|
/>
|
||||||
|
<div className="mt-4">
|
||||||
|
<div className="bg-gray-200 rounded-full h-2">
|
||||||
|
<div className="bg-primary-cta h-2 rounded-full" style={{ width: "75%" }} />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{imagePosition === "right" && mediaContent}
|
{imagePosition === "right" && mediaContent}
|
||||||
|
|||||||
Reference in New Issue
Block a user