chage os CSS style file to reflct new project name

This commit is contained in:
2025-06-01 18:52:45 +01:00
parent 7bdb9df5f4
commit f52a1a60e3
2 changed files with 1 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ function dsi_enqueue_assets() : void {
// register & enqueue the standalone CSS file
wp_enqueue_style(
'door-status-indicator',
plugins_url( 'door-status.css', __FILE__ ),
plugins_url( 'wp-spaceapi-consumer-style.css', __FILE__ ),
[], // no dependencies
'1.0.0' // file version
);