mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fleet UI: Fix teams page link color to new styling (#33127)
This commit is contained in:
parent
697a0bdd0a
commit
c23ff36e23
1 changed files with 6 additions and 1 deletions
|
|
@ -98,7 +98,12 @@ const Agents = ({
|
|||
<InfoBanner>
|
||||
These options are not applied to hosts on a team. To update agent
|
||||
options for hosts on a team, head to the
|
||||
<a href={ADMIN_TEAMS}>Teams page</a> and select a team.
|
||||
<CustomLink
|
||||
url={ADMIN_TEAMS}
|
||||
text="Teams page"
|
||||
variant="banner-link"
|
||||
/>
|
||||
and select a team.
|
||||
</InfoBanner>
|
||||
) : (
|
||||
<InfoBanner>
|
||||
|
|
|
|||
Loading…
Reference in a new issue