[Chore] Cleaned up TODO Comments

pull/28/head
Marco Kutscha 2024-02-24 13:28:19 +01:00
parent 2db69add1d
commit 5f74fef0ed
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ function App() {
const theme = config?.highlight_theme ?? DEFAULT_THEME;
const cssLink = document.createElement("link");
cssLink.rel = "stylesheet";
// add a ref to node_modules/highlight.js/styles/{theme}.css so you dont have to get it from the internet
cssLink.href = `./styles/${theme}.css`;
document.head.appendChild(cssLink);
return () => {