diff --git a/app/globals.css b/app/globals.css index 6c32368..e8d3b09 100644 --- a/app/globals.css +++ b/app/globals.css @@ -11,7 +11,7 @@ body.debug-mode [data-debug-id] { position: relative; } body.debug-mode [data-debug-id]:hover::after { - content: attr(data-debug-label); + content: attr(data-debug-id); position: absolute; top: 0; left: 0;