mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 02:25:35 +01:00
Fix links.
This commit is contained in:
parent
7450b76e6d
commit
70ef857dc7
4 changed files with 10 additions and 5 deletions
|
|
@ -46,8 +46,8 @@ export default function WebsiteDetails({ websiteId }) {
|
|||
</Item>
|
||||
<Item>{values?.name}</Item>
|
||||
</Breadcrumbs>
|
||||
<Link href={`/analytics/websites/${websiteId}`}>
|
||||
<a target="_blank">
|
||||
<Link href={`/websites/${websiteId}`}>
|
||||
<a>
|
||||
<Button variant="primary">
|
||||
<Icon>
|
||||
<ExternalLink />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue