Skip to content

Commit 67280c0

Browse files
committed
Update Google Calendar link in Manifesto component for improved accessibility
1 parent 5452fb6 commit 67280c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Manifesto.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import { getTranslation } from "@/i18n";
6363
<span class="lang-en">{getTranslation("en", "meeting.addToCalendar")}</span>
6464
</div>
6565
<a
66-
href="https://calendar.google.com/calendar/embed?src=saacchq%40gmail.com&ctz=Asia%2FRiyadh"
66+
href="https://calendar.google.com/calendar/r?cid=saacchq@gmail.com"
6767
target="_blank"
6868
rel="noreferrer"
6969
class="flex items-center gap-3 px-4 py-3 text-xs text-[#e6edf3] hover:bg-[#3fb950]/10 hover:text-[#3fb950] transition-colors"

0 commit comments

Comments
 (0)