Skip to content

Commit cac44ef

Browse files
committed
Fix user link in content page
1 parent 7b9a7f8 commit cac44ef

File tree

1 file changed

+2
-2
lines changed
  • apps/app-frontend/src/pages/instance

1 file changed

+2
-2
lines changed

apps/app-frontend/src/pages/instance/Mods.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
name: x.author,
7070
type: 'user',
7171
id: x.author,
72-
link: 'https://modrinth.com/user/' + x.author,
73-
linkProps: { target: '_blank' },
72+
link: { path: `/user/${x.author}`, query: { i: props.instance.path } },
73+
linkProps: {},
7474
}
7575
}
7676

0 commit comments

Comments
 (0)