mirror of https://github.com/portainer/portainer
fix(wording): change wording on CE teaser EE-4590 (#8136)
parent
b22cdb3559
commit
90b0cb84f4
|
@ -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…
Reference in New Issue