Skip to content

Commit

Permalink
Fixing custom theme issue. (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Mar 2, 2022
1 parent a71d4d5 commit aef6a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/app/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
);
Expand Down

0 comments on commit aef6a66

Please sign in to comment.