mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-03 17:33:31 -04:00
Fix small change in not-found to keep change to minimum
This commit is contained in:
parent
e287e515f1
commit
4ac7408166
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ block content
|
||||||
- var num = Math.floor(Math.random() * 3) + 1;
|
- var num = Math.floor(Math.random() * 3) + 1;
|
||||||
|
|
||||||
img(src="/images/pages/not_found/404_#{num}.png" class="not-found-image")
|
img(src="/images/pages/not_found/404_#{num}.png" class="not-found-image")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue