Skip to content

Commit

Permalink
remove zapp screen (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrliu authored Nov 7, 2024
1 parent cb0be0d commit 4846b30
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
} from "../../../components/screens/ZappScreens/ZappButton";
import { ZappButtonsContainer } from "../../../components/screens/ZappScreens/ZappButtonsContainer";
import { ZappFullScreen } from "../../../components/screens/ZappScreens/ZappFullScreen";
import { ZappScreen } from "../../../components/screens/ZappScreens/ZappScreen";
import { AppContainer } from "../../../components/shared/AppContainer";
import { CardBody } from "../../../components/shared/PCDCard";
import { appConfig } from "../../../src/appConfig";
Expand Down Expand Up @@ -493,8 +492,12 @@ export const NewHomeScreen = (): ReactElement => {
setParams({ folder: zappName });
}}
>
<ZappScreen
url={new URL(
<iframe
style={{
width: "100%",
height: "100%"
}}
src={new URL(
`button/${self?.semaphore_v4_commitment ?? ""}`,
url
).toString()}
Expand Down

0 comments on commit 4846b30

Please sign in to comment.