fix: unique key

This commit is contained in:
DIYgod 2023-01-19 16:09:45 +00:00
parent f0bae46346
commit 8f943a0757
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ export function DashboardLayout({
return (
<UniLink
href={link.href}
key={link.href}
key={link.text}
className={clsx(
`flex px-4 h-12 items-center rounded-md space-x-2 w-full transition-colors`,
active