Fixing custom theme issue.

This commit is contained in:
Dessalines 2022-03-02 16:13:00 -05:00
parent a71d4d5981
commit 35ae74bd8c

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