Fix llama background url

This commit is contained in:
kolaente 2021-07-27 15:26:47 +02:00
parent dcb846324d
commit ce84067982
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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 {