minor change

This commit is contained in:
daniel31x13
2023-12-08 11:01:47 -05:00
parent ab83d1d0c6
commit 8e49ccf723
6 changed files with 55 additions and 8 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ export default function LinkLayout({ children }: Props) {
href={
router.pathname.startsWith("/public")
? `/public/collections/${
linkCollection?.id || link?.collection.id
linkCollection?.id || link?.collection?.id
}`
: `/dashboard`
}