Closed JoshuaKGoldberg closed 3 months ago
main
The calendar subscription links on https://phillyjs.com/events can be implemented with a browser-native <details> + <summary>.
<details>
<summary>
https://github.com/philly-js-club/philly-js-club-website/blob/a4836fb72a79631f3e3ec8ed7cde54ea3a6cb30a/app/components/CalendarSubscriptionLinks.tsx#L13-L22
This is broken on production now because we aren't deploying any corresponding JS scripts. Whoops.
cc @RNR1
💖
Bug Report Checklist
main
branch of the repository.Expected
The calendar subscription links on https://phillyjs.com/events can be implemented with a browser-native
<details>
+<summary>
.Actual
https://github.com/philly-js-club/philly-js-club-website/blob/a4836fb72a79631f3e3ec8ed7cde54ea3a6cb30a/app/components/CalendarSubscriptionLinks.tsx#L13-L22
Additional Info
This is broken on production now because we aren't deploying any corresponding JS scripts. Whoops.
cc @RNR1
💖