Skip to content

Commit

Permalink
Update contact us embed (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
MustansirM authored Oct 21, 2023
1 parent 66e6881 commit 6763b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function ContactPage() {
return (
<Layout description="Contact Us">
<div className="items-center">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSd7P2KzpiugzXD6nb2MorhEuGgnqHC6dq976icN0XdUhP-KHg/viewform?embedded=true" width="640" height="1524" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<iframe src="https://tally.so/r/w47jKd?transparentBackground=1" width="640" height="1524" frameborder="0" marginheight="0" marginwidth="0" title="Welcome to OCEN 😁">Loading…</iframe>
</div>
</Layout>
);
Expand Down

0 comments on commit 6763b66

Please sign in to comment.