Fix QR panel rendering
This commit is contained in:
@@ -33,7 +33,7 @@ export default function ContactSection({ t, whatsappUrl }: { t: Messages; whatsa
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="glass liquidGL-pane flex flex-col justify-between rounded-[3rem] p-7">
|
||||
<div className="glass flex flex-col justify-between rounded-[3rem] p-7">
|
||||
<div className="relative z-[3] aspect-square overflow-hidden rounded-[2.2rem] bg-white p-8 shadow-sm">
|
||||
<span className="floating-sheen" />
|
||||
<Image src={business.assets.mapQr} alt={t.contact.qr} fill sizes="(min-width: 1024px) 38vw, 90vw" className="object-contain p-10" />
|
||||
|
||||
Reference in New Issue
Block a user