Build a habit of shipping by sharing your daily, incremental progress
See how other makers are growing their business
Members are invited by existing members
Receive outside perspective when you need it
Connect with others through weekly video hangouts
Get access to our members-only perks and discounts
👋 Join WIP to participate
Yep I just reported this to Marc as well. Also looks like all of the colors changed on the site (might be intentional?)
I posted another one for this. I’m guessing it’s Dark Mode being broken? I can’t read while I’m typing. Excuse me for any typos .
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 😁