Wrap InfoOverlay in <tbody>

This commit is contained in:
2026-02-20 19:19:23 -05:00
parent 1769127342
commit 9c348ee448
3 changed files with 23 additions and 31 deletions

View File

@@ -14,21 +14,12 @@
{
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
# Node.js LTS with npm
nodejs_20
# Go for backend
nodejs_25
go
# Build tools
pkg-config
# Development utilities
git
curl
jq
# Optional: for better development experience
gnumake
];