Skip to content

Commit c70cdd7

Browse files
committed
style(#36):Arranding formatting
1 parent b13bce8 commit c70cdd7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/app/criacaoPersonagem/page.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,7 @@ export default function CriacaoPersonagem() {
8989
className={styles.iconClickable}
9090
/>
9191

92-
<Image
93-
src='/images/heroicon.png'
94-
alt='Upload'
95-
width={24}
96-
height={24}
97-
className={styles.uploadIcon}
98-
/>
92+
<Image src='/images/heroicon.png' alt='Upload' width={24} height={24} className={styles.uploadIcon} />
9993
</div>
10094
</div>
10195
</div>

0 commit comments

Comments
 (0)