Use space-y instead of mt-2 for better spacing between elements. Always use spacing in multiples of 2 unless you need to use odd spacing for a specific reason. This helps maintain visual consistency across the app.
mainis the GitHub default branch and Netlify production branch.betais the permanent integration and beta-testing branch.- Feature and fix PRs should target
beta, notmain. - Production releases happen by opening or updating the deploy PR from
betaintomain. - Use the manual GitHub Actions
Deployworkflow to create or update thebeta->mainrelease PR. - PRs into
mainare guarded and should only come frombeta.