Fix llama background url
This commit is contained in:
parent
dcb846324d
commit
ce84067982
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-auth-wrapper {
|
.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;
|
min-height: 100vh;
|
||||||
|
|
||||||
.noauth-container {
|
.noauth-container {
|
||||||
|
|
Loading…
Reference in a new issue