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

View file

@ -18,7 +18,7 @@ export class Theme extends Component<Props> {
<link <link
rel="stylesheet" rel="stylesheet"
type="text/css" 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> </Helmet>
); );