Fix URL of dialog close icon (#267)

This commit is contained in:
Sunny
2025-09-03 18:16:49 +03:00
committed by GitHub
parent 4cf4d1695f
commit f8bba997bf
+1 -1
View File
@@ -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;