Skip to content

Commit

Permalink
fix: 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
avp1598 committed Mar 28, 2023
1 parent 9312e18 commit a2199fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ const SubmittedPage = ({
<Stack align="center" space="8">
<Text size="headingTwo">{form.formMetadata.messageOnSubmission}</Text>
<Stack direction="horizontal">
<Image src="/spectForm.gif" width="512" height="512" />
{/* <Image src="/spectDemo.gif" width="1727" height="1082" /> */}
<img
src="https://bafybeicot4vgylc7gimu5bzo7megpeo5po3ybp6lov3wft24b666wxzfh4.ipfs.w3s.link/spectDemoCompressed.gif"
style={{
width: "80%",
height: "80%",
}}
/>
<Stack align={"center"}>
<Text variant="label" align="center">
Powered By
Expand Down
Binary file removed public/spectForm.gif
Binary file not shown.

0 comments on commit a2199fd

Please sign in to comment.