mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Fixing custom theme issue.
This commit is contained in:
parent
a71d4d5981
commit
35ae74bd8c
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