1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-09 08:00:28 +00:00

change theme path usage and remove relative path

This commit is contained in:
AWolf81
2019-05-30 09:13:29 +02:00
committed by Junyoung Choi
parent bd52226ae2
commit 4af7106e01
3 changed files with 4 additions and 9 deletions
@@ -135,7 +135,7 @@ class UiTab extends React.Component {
const theme = consts.THEMES.find(theme => theme.name === newCodemirrorTheme)
if (theme) {
checkHighLight.setAttribute('href', `../${theme.path}`)
checkHighLight.setAttribute('href', theme.path)
}
}