extensive-react-boilerplate
extensive-react-boilerplate copied to clipboard
FIX: Center and fit auth button to text content.
Updated the styling of the buttons for consistency. Before, my Safari browser would load the Google auth button, but immediately resize the button and offset from the centre. That's not ideal, so I applied my own fix, screenshotted below.
@EbodShojaei is attempting to deploy a commit to the Dev Shchepotin Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| react-boilerplate | ❌ Failed (Inspect) | Jul 18, 2024 11:23pm |
@EbodShojaei please apply Prettier to your code:
npm run lint -- --fix
@Shchepotin I've formatted with Prettier and addressed the ESLint requiring 'user' to be called in the useEffect via confirm-new-email. All tests pass with the changes made.
My previous commit wasn't included due to Husky flagging my commit messages (now resolved).