about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/modal.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-01-02 15:26:36 +0100
committerThibaut Girka <thib@sitedethib.com>2019-01-02 15:36:59 +0100
commit1b35ca17a9f214bbc4fc577baa7a86b567b2f629 (patch)
treee47d9b05b91e24b84c9605954934e83bff9e4303 /app/javascript/flavours/glitch/styles/components/modal.scss
parenteb481c904913d5ad44c074524b0381ec3e9b7fda (diff)
Fix some image paths in SCSS files
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/modal.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/modal.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss
index dc26ca3b5..3598959e7 100644
--- a/app/javascript/flavours/glitch/styles/components/modal.scss
+++ b/app/javascript/flavours/glitch/styles/components/modal.scss
@@ -798,7 +798,7 @@
     width: 100px;
     height: 100px;
     transform: translate(-50%, -50%);
-    background: url('~/images/reticle.png') no-repeat 0 0;
+    background: url('~images/reticle.png') no-repeat 0 0;
     border-radius: 50%;
     box-shadow: 0 0 0 9999em rgba($base-shadow-color, 0.35);
   }