From: Dessalines <dessalines@users.noreply.github.com>
Date: Wed, 2 Mar 2022 21:15:04 +0000 (+0000)
Subject: Fixing custom theme issue. (#589)
X-Git-Url: http://these/git/%22https:/join-lemmy.org/static/sneer-club-logo.svg?a=commitdiff_plain;h=aef6a668247ab55a2f0fa8e87472a16c4768a86f;p=lemmy-ui.git

Fixing custom theme issue. (#589)
---

diff --git a/src/shared/components/app/theme.tsx b/src/shared/components/app/theme.tsx
index 34d54ce..719ebca 100644
--- a/src/shared/components/app/theme.tsx
+++ b/src/shared/components/app/theme.tsx
@@ -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>
       );