From ce84067982f6350a7d85bd2cbbb06f15a04907b7 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 27 Jul 2021 15:26:47 +0200 Subject: [PATCH] Fix llama background url --- src/styles/theme/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme/content.scss b/src/styles/theme/content.scss index c34a44265..2485fc8df 100644 --- a/src/styles/theme/content.scss +++ b/src/styles/theme/content.scss @@ -35,7 +35,7 @@ } .no-auth-wrapper { - background: url('../../public/images/llama.svg') no-repeat bottom left fixed $light-background; + background: url('/images/llama.svg') no-repeat bottom left fixed $light-background; min-height: 100vh; .noauth-container {