Fixing custom theme issue. (#589)

This commit is contained in:
Dessalines 2022-03-02 21:15:04 +00:00 committed by GitHub
parent a71d4d5981
commit aef6a66824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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