mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01:00
Fix links.
This commit is contained in:
parent
7450b76e6d
commit
70ef857dc7
4 changed files with 10 additions and 5 deletions
|
|
@ -38,8 +38,8 @@ export default function WebsitesTable({ columns = [], rows = [] }) {
|
|||
</Button>
|
||||
</a>
|
||||
</Link>
|
||||
<Link href={`/analytics/websites/${id}`}>
|
||||
<a target="_blank">
|
||||
<Link href={`/websites/${id}`}>
|
||||
<a>
|
||||
<Button>
|
||||
<Icon>
|
||||
<ExternalLink />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue