Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Nov 2, 2023
2 parents dc38535 + d9a9aa6 commit 29ef828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regulation/formatValueRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export default [
(modules) => (createElement) => modules == null ? null : (
createElement('div', null,
modules.map((mod) => (
createElement(RouterLink, { to: `${process.env.BASE_URL}${mod.SlotType}#${mod.Name}` },
createElement(RouterLink, { to: `/${mod.SlotType}#${mod.Name}` },
createElement(Icon, { name: mod.Icon, dir: 'game/Modules' }),
store.state.userSettings.compactModulesByArtTypeTable ? null : createElement('p', null, t(mod.TID)),
)
Expand Down

0 comments on commit 29ef828

Please sign in to comment.