From 52499fa285c63e022bd595ffa3b2e6a53c53f4f4 Mon Sep 17 00:00:00 2001 From: aignatov-bio <47317017+aignatov-bio@users.noreply.github.com> Date: Wed, 18 Sep 2019 11:18:31 +0200 Subject: [PATCH] Fix pathe to icon for chemical structure (#2056) --- app/assets/stylesheets/steps.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/steps.scss b/app/assets/stylesheets/steps.scss index 057c3a70c..c1562b4eb 100644 --- a/app/assets/stylesheets/steps.scss +++ b/app/assets/stylesheets/steps.scss @@ -208,7 +208,7 @@ } &::after { - background-image: url("icon_small/marvinjs-white.svg"); + background-image: url("/images/icon_small/marvinjs-white.svg"); right: 4px; width: 32px; }