laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.93k stars 809 forks source link

fix: position of confirm 2fa button to right #1468

Closed allyson-silva closed 3 months ago

allyson-silva commented 3 months ago

A changed the position of the confirm button to the right when a person set the 2fa, to do this i just change two IFS's.

taylorotwell commented 3 months ago

I am closing this pull request because it lacks sufficient explanation, tests, or both. It is difficult for us to merge pull requests without these things because the change may introduce breaking changes to the framework.

Feel free to re-submit your change with a thorough explanation of the feature and tests - integration tests are preferred over unit tests. Please include it's benefit to end users; the reasons it does not break any existing features; how it makes building web applications easier, etc.

Thanks!

allyson-silva commented 3 months ago

A changed the position of the confirm button to the right when a person set the 2fa, to do this i just change two IFS's. I dont know how to run integration testes, but this works fine.