mirror of
https://github.com/netbirdio/docs.git
synced 2026-09-17 12:29:05 +02:00
fix: replace invalid <p> wrapping Button with <div> (#768)
* 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
This commit is contained in:
@@ -41,3 +41,6 @@ package-lock.json
|
||||
|
||||
# Last updated dates per route (generated by scripts/generate-last-updated.mjs)
|
||||
/src/lib/last-updated-routes.mjs
|
||||
|
||||
# Playwright MCP run artifacts (snapshots, console logs)
|
||||
/.playwright-mcp/
|
||||
|
||||
Reference in New Issue
Block a user