mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-23 11:21:26 +00:00
Fixing custom theme issue. (#589)
This commit is contained in:
parent
a71d4d5981
commit
aef6a66824
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export class Theme extends Component<Props> {
|
|||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href={`css/themes/${user.local_user_view.local_user.theme}.min.css`}
|
||||
href={`/css/themes/${user.local_user_view.local_user.theme}.min.css`}
|
||||
/>
|
||||
</Helmet>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue