Link to heading Dashboard A new "Login Connections" page was added to the Personal Account Settings as a replacement for the "OAuth" page. It now renders all three Git providers instead of just GitHub. The Project View now allows for jumping directly to the connected Git repository by clicking on its name. Previously, this forwarded users to the Project Settings. Users that are entering the Project Creation Flow through a Deploy Button are now presented with a dedicated screen that explains what Vercel is and optionally renders a preview of the Git repository that they're about to deploy. The "Visit" button on the Deployment View now correctly suggests deploying to the right Production Branch if no Production Deployment was created yet. For failed Deployments, the "Redeploy" button on the Deployment View is now always visible, regardless of whether the Deployment was created via Git or not.…