chore: remove "Free" wording from UI banner and modal CTAs

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andrey Pokhilko
2026-05-28 16:08:34 +01:00
parent 4d6e275194
commit 0439a9b61c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default function ErrorModal({
target="_blank"
rel="noreferrer"
>
<span className="text-link-color underline">Sign up for free.</span>
<span className="text-link-color underline">Sign up.</span>
</a>
</span>
</div>
@@ -48,7 +48,7 @@ export default function GlobalErrorModal({
target="_blank"
rel="noopener noreferrer"
>
Sign up for free.
Sign up.
</a>
</div>
}
+1 -1
View File
@@ -154,7 +154,7 @@ export default function Header() {
rel="noopener noreferrer"
>
<div className="flex min-w-[25%] items-center gap-2 font-bold">
Upgrade your HELM experience - Free
Upgrade your HELM experience
<BsBoxArrowUpRight className="h-[14px] w-[14px]" />
</div>
</a>