Skip to content

Commit

Permalink
fix: Calendar event (ics) path from absolute to relative
Browse files Browse the repository at this point in the history
habby1337 committed Mar 14, 2024
1 parent c363ddb commit fbf4114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Home.tsx
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ const Home = () => {
ServerlessDays <br /> Milano 🇮🇹
</h1>
<h3 className="text-3xl font-semibold md:text-4xl text-secondary">
<a href="../../Serverless_Day_2024.ics">June, 13th 2024</a> <br className="block sm:hidden" />
<a href="/Serverless_Day_2024.ics">June, 13th 2024</a> <br className="block sm:hidden" />
&nbsp;@&nbsp;
<a href="https://maps.app.goo.gl/WYFXN32VHEQrjctJ8" target="_blank">
Milano C30

0 comments on commit fbf4114

Please sign in to comment.