File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const Main = () => {
29
29
{
30
30
icon : < FontAwesomeIcon icon = "qrcode" /> ,
31
31
path : '/qrcode-generator' ,
32
- name : 'QRCode generator ' ,
32
+ name : 'QRCode Generator ' ,
33
33
Component : QrCode ,
34
34
} ,
35
35
] ;
Original file line number Diff line number Diff line change @@ -67,11 +67,9 @@ const HtmlPreview = () => {
67
67
value = { content }
68
68
/>
69
69
< div className = "mx-1" />
70
- { qrCode && (
71
- < section className = "flex-1 min-h-full flex items-center p-4 prose bg-white rounded-md" >
72
- < img src = { qrCode } alt = { content } />
73
- </ section >
74
- ) }
70
+ < section className = "flex-1 min-h-full flex items-center p-4 prose bg-white rounded-md" >
71
+ { qrCode && < img src = { qrCode } alt = { content } /> }
72
+ </ section >
75
73
</ div >
76
74
</ div >
77
75
) ;
You can’t perform that action at this time.
0 commit comments