mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
Fix invalid themes
This commit is contained in:
parent
dd988979cf
commit
146ef7dc21
5 changed files with 64 additions and 63 deletions
|
@ -12,6 +12,7 @@ export default function App() {
|
|||
<div>
|
||||
<Helmet>
|
||||
<link rel="stylesheet" href={"/themes/" + theme + ".css"}></link>
|
||||
<link rel="stylesheet" href="/themes/main.css"></link>
|
||||
</Helmet>
|
||||
<Suspense fallback={<LoadSuspense />}>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue