1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +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

View File

@@ -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)
}
}