We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5452fb6 commit 67280c0Copy full SHA for 67280c0
1 file changed
src/components/Manifesto.astro
@@ -63,7 +63,7 @@ import { getTranslation } from "@/i18n";
63
<span class="lang-en">{getTranslation("en", "meeting.addToCalendar")}</span>
64
</div>
65
<a
66
- href="https://calendar.google.com/calendar/embed?src=saacchq%40gmail.com&ctz=Asia%2FRiyadh"
+ href="https://calendar.google.com/calendar/r?cid=saacchq@gmail.com"
67
target="_blank"
68
rel="noreferrer"
69
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