Skip to content

Commit

Permalink
Fix invalid OOUI icon url (Closes #315)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Sep 24, 2021
1 parent 3b3ca8d commit d3a3d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.femiwiki.moduleSkinStyles/ext.echo.ui.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
.notificationIcon(@icon) {
img[src='/extensions/Echo/modules/icons/@{icon}.svg'] {
content: url('../ooui/images/icons/@{icon}.svg');
content: url('../../node_modules/@femiwiki/ooui-femiwiki-theme/dist/resources/images/icons/@{icon}.svg');
}
}

Expand Down

0 comments on commit d3a3d88

Please sign in to comment.