Fix URL of dialog close icon

This commit is contained in:
Sunny 2025-08-21 09:08:33 +02:00
parent 4cf4d1695f
commit a0fc4885f1
No known key found for this signature in database
GPG Key ID: 6C809239719866E4

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;