Sorry about that! I upgraded to Tailwind CSS v4 and it broke some stuff like dark mode and hiding admin-only buttons.
Worth pointing out that this was not a security issue. These admin-only buttons have always have been visible in the source code as it allows me to better cache our HTML and then just hide/show with CSS. The actual functionality only works for admins.
If you add data-admin="true" to <body> you may find more of these 😁
Sorry about that! I upgraded to Tailwind CSS v4 and it broke some stuff like dark mode and hiding admin-only buttons.
Worth pointing out that this was not a security issue. These admin-only buttons have always have been visible in the source code as it allows me to better cache our HTML and then just hide/show with CSS. The actual functionality only works for admins.
If you add
data-admin="true"
to<body>
you may find more of these 😁