Skip to content

Commit c31238a

Browse files
committed
Change date and time for IT Leaders Roundtable
1 parent 08dacbe commit c31238a

File tree

2 files changed

+67
-38
lines changed

2 files changed

+67
-38
lines changed

package-lock.json

Lines changed: 65 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/[lang]/it-roundtable.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const { lang, t } = useI18n(Astro.url);
2121
const title = t("roundtable.title");
2222
const subtitle = t("roundtable.subtitle");
2323
const description = t("roundtable.description");
24-
const date = formatDate(new Date("2026-01-28"), lang);
25-
const time = "13:30 - 17:00";
24+
const date = formatDate(new Date("2026-03-11"), lang);
25+
const time = "16:00 - 19:00";
2626
const formLink =
2727
"https://docs.google.com/forms/d/e/1FAIpQLScdm1DP65oMbC0n4eabQk_cyj3CAibqtMOqBLrDpk3n5pAAcw/viewform";
2828
---

0 commit comments

Comments
 (0)