Changed icon for view actions.

This commit is contained in:
Mike Cao 2024-01-31 15:29:01 -08:00
parent 099aa7640b
commit 53a991176b
9 changed files with 14 additions and 10 deletions

View file

@ -32,7 +32,7 @@ export function TeamSettings({ teamId }: { teamId: string }) {
<PageHeader title={team?.name} icon={<Icons.Users />}>
<LinkButton href={`/teams/${teamId}`} variant="primary">
<Icon>
<Icons.External />
<Icons.Change />
</Icon>
<Text>{formatMessage(labels.view)}</Text>
</LinkButton>