diff --git a/frontend/images/close.svg b/frontend/images/close.svg deleted file mode 100644 index c2009ed..0000000 --- a/frontend/images/close.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/frontend/sass/dashboard-main.scss b/frontend/sass/dashboard-main.scss index ca367c6..e8bc3b1 100644 --- a/frontend/sass/dashboard-main.scss +++ b/frontend/sass/dashboard-main.scss @@ -491,7 +491,7 @@ body { height: 22px; top: 10px; right: 10px; - background-image: url(/images/close.svg); + background-image: url('data:image/svg+xml;utf8,'); cursor: pointer; }