Skip to content

Commit f6f3f02

Browse files
committed
Clean up.
1 parent 38b275b commit f6f3f02

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

src/components/schedule/day.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,11 @@ const dateText = format(date, "eeee - do MMMM");
423423

424424
</div>
425425

426-
<Break
427-
title="End of the Day"
428-
time={endStart}
429-
className="day-end"
430-
/>
426+
<Break
427+
title="End of the Day"
428+
time={endStart}
429+
className="day-end"
430+
/>
431431
</div>
432432
<div class="h-12"></div>
433433
</div>

src/components/schedule/session.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const hasFooter = true;
110110
"time title"
111111
"time footer";
112112

113-
grid-template-columns: 60px 1fr;https://github.com/EuroPython/website/pull/1250
113+
grid-template-columns: 60px 1fr;
114114
}
115115

116116
.room-info {

src/pages/session/[slug].astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export async function getStaticPaths() {
2222
const sessions = await getCollection("sessions");
2323
2424
const { entry } = Astro.props;
25-
console.log(entry)
2625
const slug = entry.id;
2726
const speakers = await getEntries(entry.data.speakers);
2827

0 commit comments

Comments
 (0)