From cfdb9e80a84b2039f127f6452250b0f721bf4183 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 23 Jan 2020 23:45:40 +0100 Subject: [PATCH] Fix: Typo in the themes path --- config/themes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/themes.yml b/config/themes.yml index b60e928d51..bf49534393 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -1,5 +1,5 @@ default: styles/qoto.scss -qoto-no-ticker: styled/qoto-no-ticker.scss +qoto-no-ticker: style/qoto-no-ticker.scss contrast: styles/contrast.scss mastodon: styles/application.scss mastodon-light: styles/mastodon-light.scss -- GitLab