File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-t3-app " : minor
3+ ---
4+
5+ Fixes Biome formatter during the initial installation process
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ function AuthShowcase() {
7070 { secretMessage && < span > - { secretMessage } </ span > }
7171 </ p >
7272 < button
73+ type = "button"
7374 className = "rounded-full bg-white/10 px-10 py-3 font-semibold text-white no-underline transition hover:bg-white/20"
7475 onClick = { sessionData ? ( ) => void signOut ( ) : ( ) => void signIn ( ) }
7576 >
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ function AuthShowcase() {
7171 { secretMessage && < span > - { secretMessage } </ span > }
7272 </ p >
7373 < button
74+ type = "button"
7475 className = { styles . loginButton }
7576 onClick = { sessionData ? ( ) => void signOut ( ) : ( ) => void signIn ( ) }
7677 >
You can’t perform that action at this time.
0 commit comments