mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Responsive chart labels.
This commit is contained in:
parent
a5c3429d79
commit
353907e71d
2 changed files with 24 additions and 15 deletions
|
|
@ -21,7 +21,7 @@ export default function WebsiteHeader({ websiteId, title, showLink = false }) {
|
|||
<Button
|
||||
icon={<Arrow />}
|
||||
onClick={() =>
|
||||
router.push('/website/[...id]', `/website/${websiteId}/${name}`, {
|
||||
router.push('/website/[...id]', `/website/${websiteId}/${title}`, {
|
||||
shallow: true,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue