mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Adds @netlify/plugin-nextjs package & fixed dashboard link id
This commit is contained in:
parent
94dc915272
commit
574dbff07e
4 changed files with 827 additions and 17 deletions
|
|
@ -30,7 +30,7 @@ export default function AccountSettings() {
|
|||
const Checkmark = ({ isAdmin }) => (isAdmin ? <Icon icon={<Check />} size="medium" /> : null);
|
||||
|
||||
const DashboardLink = row => (
|
||||
<Link href={`/dashboard/${row.userId}/${row.username}`}>
|
||||
<Link href={`/dashboard/${row.id}/${row.username}`}>
|
||||
<a>
|
||||
<Icon icon={<LinkIcon />} />
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue