fix: pass embed param to bereketli iframe

This commit is contained in:
2026-04-08 05:59:27 +03:00
parent e465108ef5
commit 55b45584ed
+1 -1
View File
@@ -130,7 +130,7 @@ export default function Bereketli() {
) : (
<iframe
ref={iframeRef}
src={BEREKETLI_URL}
src={`${BEREKETLI_URL}/?embed=1`}
onLoad={handleIframeLoad}
allow="camera; geolocation"
className="flex-1 w-full border-0"