try improve

This commit is contained in:
2025-05-23 22:44:49 +01:00
parent 83f7979106
commit bfd27d0519

View File

@@ -92,7 +92,7 @@ function dsi_get_status() : bool {
function dsi_shortcode() : string {
$open = dsi_get_status();
$emoji = $open ? '🟢' : '🔴';
$emoji = $open ? '🟢 Open' : '🔴 Closed';
return sprintf(
'<span class="door-status-indicator" aria-label="Door is %s">%s</span>',