fix(wording): change wording on CE teaser EE-4590 (#8136)

pull/8207/head
matias-portainer 2 years ago committed by GitHub
parent b22cdb3559
commit 90b0cb84f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ export function LimitedToBeIndicator({ featureId, tooltipId }: Props) {
<div className="absolute left-0 top-0 w-full">
<div className="mx-auto max-w-fit bg-warning-4 rounded-b-lg py-1 px-3 flex gap-1 text-sm items-center">
<a href={url} target="_blank" rel="noopener noreferrer">
<span className="text-warning-9">Pro Feature</span>
<span className="text-warning-9">BE Feature</span>
</a>
<TooltipWithChildren
position="bottom"

Loading…
Cancel
Save