mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Fixed website select.
This commit is contained in:
parent
69a189aae7
commit
aa5d81d6a1
3 changed files with 7 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ export default function WebsiteMenuView({ websiteId, websiteDomain }) {
|
|||
return (
|
||||
<div className={styles.layout}>
|
||||
<div className={styles.menu}>
|
||||
<LinkButton href={pathname} className={styles.back}>
|
||||
<LinkButton href={pathname} className={styles.back} variant="quiet">
|
||||
<Icon rotate={180}>
|
||||
<Icons.ArrowRight />
|
||||
</Icon>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue