mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-09-02 17:35:47 +00:00
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:
co-authored by
Claude Opus 4.7
parent
4d6e275194
commit
0439a9b61c
@@ -42,7 +42,7 @@ export default function ErrorModal({
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
<span className="text-link-color underline">Sign up for free.</span>
|
<span className="text-link-color underline">Sign up.</span>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ export default function GlobalErrorModal({
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
Sign up for free.
|
Sign up.
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ export default function Header() {
|
|||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
<div className="flex min-w-[25%] items-center gap-2 font-bold">
|
<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]" />
|
<BsBoxArrowUpRight className="h-[14px] w-[14px]" />
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user