Skip to content

Commit a3318c5

Browse files
takumi-333namachan10777
authored andcommitted
日程表記とformのurlを変更
1 parent f17868f commit a3318c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/bachelor.astro

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ const generalSession: InformationSession = {
2121
display: "総合研究棟B1001",
2222
canonical: "筑波大学 総合研究棟B1001",
2323
},
24-
day: new Date("2023-10-6"),
24+
day: new Date("2024-10-2"),
2525
hour: {
26-
begin: "16:45",
27-
end: "18:00",
26+
begin: "15:15",
27+
end: "16:30",
2828
},
2929
};
3030
3131
const generalSessionFormLink =
32-
"https://docs.google.com/forms/d/e/1FAIpQLScoPSBe2PMLGNuUuVF980Yi6xQWacRS9oya9YENXPxeiwCiOg/viewform";
32+
"https://forms.gle/meqA8rHAmdPdb2Cd9";
3333
---
3434

3535
<Base title="卒研配属情報" description="卒研配属情報と学群四年生向けの研究室紹介">

0 commit comments

Comments
 (0)