We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1780c6 commit a2d337fCopy full SHA for a2d337f
src/components/sections/schedule.astro
@@ -3,11 +3,11 @@ import Section from "@ui/Section.astro";
3
import Button from "@ui/Button.astro";
4
import Headline from "@ui/Headline.astro";
5
const schedule = [
6
-{ dayname: 'Sunday', day:'July 14', href: '/schedule/day/2025-07-14' },
7
- { dayname: 'Monday', day:'July 15', href: '/schedule/day/2025-07-15' },
8
- { dayname: 'Tuesday', day:'July 16', href: '/schedule/day/2025-07-16' },
9
- { dayname: 'Wednesday', day:'July 17', href: '/schedule/day/2025-07-17' },
10
- { dayname: 'Thursday', day:'July 18', href: '/schedule/day/2025-07-18' },
+{ dayname: 'Monday', day:'July 14', href: '/schedule/day/2025-07-14' },
+ { dayname: 'Tuesday', day:'July 15', href: '/schedule/day/2025-07-15' },
+ { dayname: 'Wednesday', day:'July 16', href: '/schedule/day/2025-07-16' },
+ { dayname: 'Thursday', day:'July 17', href: '/schedule/day/2025-07-17' },
+ { dayname: 'Friday', day:'July 18', href: '/schedule/day/2025-07-18' },
11
];
12
13
const sprints = {
0 commit comments