Skip to content

Commit 81dc2d1

Browse files
committed
Update schedule endpoints.
1 parent 0272da3 commit 81dc2d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.production

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
EP_SESSIONS_API="https://static.europython.eu/programme/ep2025/releases/current/sessions.json"
22
EP_SPEAKERS_API="https://static.europython.eu/programme/ep2025/releases/current/speakers.json"
3+
EP_SCHEDULE_API="https://static.europython.eu/programme/ep2025/releases/current/schedule.json"

src/layouts/ScheduleLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const { title, description } = Astro.props;
8484
<style is:global>
8585
.layout-wrapper2 {
8686
transition: transform 0.3s ease;
87-
transform-origitalk/n: center center;
87+
transform-origin: center center;
8888
}
8989

9090
.layout-wrapper2.scaled-up {

0 commit comments

Comments
 (0)