Skip to content

Commit

Permalink
chore: update contact
Browse files Browse the repository at this point in the history
  • Loading branch information
haru52 committed Jun 20, 2024
1 parent ea449a8 commit 6c43e58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ export default function Contact() {
<h1 className="text-center">お問い合わせ</h1>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLScSwihmWcb3gJzK9_bQ9mpNLwhdpoQdILcNH1dqhj7-MHQtcA/viewform?embedded=true"
className="h-screen w-full"
className="w-full"
height={1276}
title="Mecial お問い合わせフォーム"
loading="lazy"
></iframe>
Expand Down

0 comments on commit 6c43e58

Please sign in to comment.