diff --git a/ui/homepage/app/register/RegisterContent.tsx b/ui/homepage/app/register/RegisterContent.tsx index efcbd11..5bbaa54 100644 --- a/ui/homepage/app/register/RegisterContent.tsx +++ b/ui/homepage/app/register/RegisterContent.tsx @@ -228,17 +228,19 @@ export default function RegisterContent() {

{t.title}

{t.subtitle}

- + {Array.isArray(t.highlights) && t.highlights.length > 0 ? ( + + ) : null}

{t.bottomNote}