File tree Expand file tree Collapse file tree 4 files changed +4
-17
lines changed Expand file tree Collapse file tree 4 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- import ScheduleTabs from ' $schedule/tabs.svelte'
3
- ---
4
-
5
1
<section class =" grid grid-cols-1 gap-8 bg-brand-orange px-8 py-12 text-white md:grid-cols-2" >
6
2
<div class =" text-center font-bold" >
7
3
<h1 class =" text-xl" >Day 1</h1 >
Original file line number Diff line number Diff line change 1
- ---
2
- import { Image } from ' astro:assets'
3
-
4
- import ticketsAvailable from ' $assets/tickets-avail.svg'
5
-
6
- import ' ./tickets.css'
7
- ---
8
-
9
1
<section class =" bg-white pt-12" >
10
2
<div class =" px-8" >
11
3
<h1 class =" text-5xl font-bold text-brand-orange text-center pb-6" >Tickets</h1 >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import Patterns from '$playground/patterns.svelte'
6
6
import Dates from ' $new-front/dates.astro'
7
7
import Map from ' $new-front/map.astro'
8
8
import Tickets from ' $new-front/tickets.astro'
9
- import Speakers from ' $new-front/speakers.astro'
10
9
import Sponsors from ' $new-front/sponsors.astro'
11
10
import MobileStrip from ' $playground/mobileStrip.svelte'
12
11
import Schedule from " $new-front/schedule.astro" ;
@@ -29,7 +28,10 @@ import Schedule from "$new-front/schedule.astro";
29
28
<!-- <Speakers />-->
30
29
<Sponsors />
31
30
32
- <
script type =
" module" src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/eventpop-tickets-widget.js" ></
script >
31
+ <script
32
+ type =" module"
33
+ src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/eventpop-tickets-widget.js"
34
+ is:inline ></script >
33
35
<script
34
36
src =" https://cdn.apple-mapkit.com/mk/5.x.x/mapkit.core.js"
35
37
crossorigin =" anonymous"
You can’t perform that action at this time.
0 commit comments