File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -74,22 +74,14 @@ export default function CreateCharacter() {
74
74
onChange = { ( e ) => setPreview ( e . target . value ) }
75
75
placeholder = 'Digite a preview'
76
76
/>
77
-
78
-
79
77
</ div >
80
78
81
79
< div className = { styles . imagePlaceholder } >
82
- < Image
83
- src = '/character-sheet.svg'
84
- alt = 'Preview'
85
- width = { 50 }
86
- height = { 50 }
87
- />
80
+ < Image src = '/character-sheet.svg' alt = 'Preview' width = { 50 } height = { 50 } />
88
81
</ div >
89
82
</ div >
90
83
91
84
< div className = { styles . buttonArea } >
92
-
93
85
< div className = { styles . deleteUploadButton } >
94
86
< Image
95
87
src = '/trash.svg'
@@ -100,16 +92,8 @@ export default function CreateCharacter() {
100
92
className = { styles . iconClickable }
101
93
/>
102
94
103
- < Image
104
- src = '/upload.svg'
105
- alt = 'Upload'
106
- width = { 26 }
107
- height = { 26 }
108
- className = { styles . uploadIcon }
109
- />
110
- </ div >
111
-
112
-
95
+ < Image src = '/upload.svg' alt = 'Upload' width = { 26 } height = { 26 } className = { styles . uploadIcon } />
96
+ </ div >
113
97
</ div >
114
98
</ div >
115
99
You can’t perform that action at this time.
0 commit comments