mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-29 11:11:28 +02:00
* fix: replace invalid <p> wrapping Button with <div> The Button component renders a <div> in its primary variant. HTML disallows block elements inside <p>, so browsers auto-close the <p> during parsing and React 19 reports a hydration mismatch. The float="center" attribute was non-functional, so rendering is unchanged. * chore: gitignore .playwright-mcp run artifacts
825 B
825 B