mirror of
https://github.com/umami-software/umami.git
synced 2026-02-17 11:05:36 +01:00
Changed icon for view actions.
This commit is contained in:
parent
099aa7640b
commit
53a991176b
9 changed files with 14 additions and 10 deletions
|
|
@ -30,7 +30,7 @@ export function WebsiteSettings({ websiteId, openExternal = false }) {
|
|||
<Link href={`/websites/${websiteId}`} target={openExternal ? '_blank' : null}>
|
||||
<Button variant="primary">
|
||||
<Icon>
|
||||
<Icons.External />
|
||||
<Icons.ArrowRight />
|
||||
</Icon>
|
||||
<Text>{formatMessage(labels.view)}</Text>
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue