Skip to content

Commit

Permalink
add current deployment of puzzle app
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Margetis <[email protected]>
Co-authored-by: Joseph Liang <[email protected]>
  • Loading branch information
3 people committed Apr 15, 2024
1 parent 74664f9 commit 4672d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Puzzle/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function IFrame() {
<div className="container inline-block w-[500px] m-0 p-0">
<iframe
className="bg-transparent h-96 w-[500px]"
src={customFields.puzzleUrl}
src={'https://c218db58.website-puzzle.pages.dev/'}
></iframe>
<ClientWindow className="absolute w-[502px] -translate-x-[501px] -translate-y-4 pointer-events-none opacity-60" />
</div>
Expand Down

0 comments on commit 4672d62

Please sign in to comment.