mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 03:17:56 +00:00
fix: pass embed param to bereketli iframe
This commit is contained in:
@@ -130,7 +130,7 @@ export default function Bereketli() {
|
|||||||
) : (
|
) : (
|
||||||
<iframe
|
<iframe
|
||||||
ref={iframeRef}
|
ref={iframeRef}
|
||||||
src={BEREKETLI_URL}
|
src={`${BEREKETLI_URL}/?embed=1`}
|
||||||
onLoad={handleIframeLoad}
|
onLoad={handleIframeLoad}
|
||||||
allow="camera; geolocation"
|
allow="camera; geolocation"
|
||||||
className="flex-1 w-full border-0"
|
className="flex-1 w-full border-0"
|
||||||
|
|||||||
Reference in New Issue
Block a user