Bob AI: add a progress bar showing enrollment count in the...

This commit is contained in:
2026-02-03 00:09:03 +02:00
parent 6a219cb86c
commit 8c656a41b1

View File

@@ -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}