File tree 1 file changed +1
-5
lines changed
src/app/(authenticated)/qr
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import Image from "next/image";
3
3
import { redirect } from "next/navigation" ;
4
4
import { getServerSession } from "next-auth/next" ;
5
5
import { revalidateTag } from "next/cache" ;
6
- import { hackyPeeking } from "@/assets/images" ;
7
6
import UserSignOut from "@/components/UserSignOut" ;
8
7
import authOptions from "@/app/api/auth/[...nextauth]/authOptions" ;
9
8
import { UserService } from "@/services/UserService" ;
@@ -52,11 +51,8 @@ export default async function QR() {
52
51
< div className = "container m-auto h-full" >
53
52
< div className = "h-full flex flex-col justify-center items-center text-center p-4 gap-y-4" >
54
53
< div className = "flex flex-col justify-center items-center" >
55
- { ! isCompany ( user . role ) && (
56
- < Image className = "w-48" src = { hackyPeeking } alt = "Hacky Peaking" />
57
- ) }
58
54
< QRCode
59
- className = "w-72 h-auto p-4 border-[14px] bg-white rounded-lg"
55
+ className = "w-72 h-72 p-4 border-[14px] bg-white rounded-lg"
60
56
style = { { borderColor } }
61
57
value = { userQRCode }
62
58
/>
You can’t perform that action at this time.
0 commit comments