Bob AI: add a progress bar showing enrollment count in the...
This commit is contained in:
@@ -151,6 +151,11 @@ const HeroSplit = ({
|
||||
buttonTextClassName={cls("text-base", buttonTextClassName)}
|
||||
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>
|
||||
|
||||
{imagePosition === "right" && mediaContent}
|
||||
|
||||
Reference in New Issue
Block a user