File tree 1 file changed +11
-11
lines changed
src/app/(authenticated)/qr
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,6 @@ export default async function QR() {
63
63
{ convertToAppRole ( user . role ) }
64
64
</ p >
65
65
</ div >
66
- { company && (
67
- < Link href = { `/companies/${ company . id } ` } >
68
- < Image
69
- className = "h-[80px] w-[80px] object-contain"
70
- width = { 80 }
71
- height = { 80 }
72
- src = { company . img }
73
- alt = { `${ company . name } logo` }
74
- />
75
- </ Link >
76
- ) }
77
66
< Link
78
67
href = "/qr/scan"
79
68
className = "button button-primary text-lg w-full"
@@ -82,6 +71,17 @@ export default async function QR() {
82
71
< ScanQrCode size = { 24 } />
83
72
Scan
84
73
</ Link >
74
+ { company && (
75
+ < Link href = { `/companies/${ company . id } ` } >
76
+ < Image
77
+ className = "size-[50px] object-contain"
78
+ width = { 50 }
79
+ height = { 50 }
80
+ src = { company . img }
81
+ alt = { `${ company . name } logo` }
82
+ />
83
+ </ Link >
84
+ ) }
85
85
</ div >
86
86
</ div >
87
87
) ;
You can’t perform that action at this time.
0 commit comments