mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-21 23:47:56 +00:00
fix: pass embed param to bereketli iframe
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user