Skip to content

Commit

Permalink
frameタイトル
Browse files Browse the repository at this point in the history
  • Loading branch information
cssho committed Mar 23, 2024
1 parent 58cb4ef commit 77ea799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const pastEvent: Array<FooterLink> = [
<Iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSd0FbnMaOZeYT0ePjI3md6Z_vu5JHZvSTdBnQ0366HDuAtBaQ/viewform?embedded=true"
class="h-[1080px] max-h-[80vh] w-[640px] max-w-full bg-white"
title="問い合わせフォーム"
/>
</main>
</Modal>
Expand Down
2 changes: 1 addition & 1 deletion src/components/offline-map.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const mapUrl =
---

<ContentSection title="オフライン会場" id="offline-map">
<Iframe src={mapUrl} class="map" />
<Iframe src={mapUrl} class="map" title="オフライン会場地図" />
</ContentSection>
<style>
.map {
Expand Down

0 comments on commit 77ea799

Please sign in to comment.