Skip to content

Commit 90dcaad

Browse files
Merge remote-tracking branch 'mmikhan/biome-format-2156' into feat/next16-clean
mergin mmikhan biome fix to overwrite my own
2 parents c984986 + 327ad12 commit 90dcaad

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/curly-zoos-add.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": minor
3+
---
4+
5+
Fixes Biome formatter during the initial installation process

cli/template/extras/src/pages/index/with-auth-trpc-tw.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
>

cli/template/extras/src/pages/index/with-auth-trpc.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)