mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Add scroll prop to links.
This commit is contained in:
parent
9af6e08c00
commit
435e6a155d
2 changed files with 3 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ export default function WebsiteMenuView({ websiteId, websiteDomain }) {
|
|||
return (
|
||||
<div className={styles.layout}>
|
||||
<div className={styles.menu}>
|
||||
<LinkButton href={pathname} className={styles.back} variant="quiet">
|
||||
<LinkButton href={pathname} className={styles.back} variant="quiet" scroll={false}>
|
||||
<Icon rotate={180}>
|
||||
<Icons.ArrowRight />
|
||||
</Icon>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue