Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAXを削除 #105

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const instagramAccountURL = "https://instagram.com/" + INSTAGRAM_ID.replace("@",
</p>
<dl>
<dt>{t("footer.Email")}</dt><dd><a href="mailto:info@sohosai.com">info@sohosai.com</a></dd>
<dt>{t("footer.TEL/FAX")}</dt><dd>029-853-2899</dd>
<dt>{t("footer.TEL")}</dt><dd>029-853-2899</dd>
</dl>
</address>
</section>
Expand Down Expand Up @@ -69,7 +69,7 @@ const instagramAccountURL = "https://instagram.com/" + INSTAGRAM_ID.replace("@",
</section>

<hr />
<p class="copy"><small>&copy 2023 筑波大学学園祭実行委員会 All rights reserved.</small></p>
<p class="copy"><small>&copy 2024 筑波大学学園祭実行委員会 All rights reserved.</small></p>
</Container>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion src/content/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"nav.新歓": "新入生向け情報",

"footer.Email": "E-mail",
"footer.TEL/FAX": "TEL/FAX",
"footer.TEL": "TEL",
"footer.外部対応時間": "外部対応時間",
"footer.平日": "平日",
"footer.休日": "休日",
Expand Down