diff --git a/web/static/default.css b/web/static/default.css index f80f61f..a70e8dc 100644 --- a/web/static/default.css +++ b/web/static/default.css @@ -354,7 +354,7 @@ kbd { margin: 0; padding: 8px; border: none; - background: url(/web/static/icon/x.svg) no-repeat 8px 8px / 16px 16px; + background: url(/static/icon/x.svg) no-repeat 8px 8px / 16px 16px; width: 32px; height: 32px; cursor: pointer;