We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463a801 commit 639267aCopy full SHA for 639267a
1 file changed
src/routes/landing/Schedule.svelte
@@ -40,7 +40,13 @@
40
<Event hours={1} minutes={0} time="12:30 - 13:30" title="Lunch" food />
41
42
<Spacer hours={1} minutes={30} />
43
- <Event hours={1} minutes={0} time="15:00 - 16:00" title="Continental: Building Agentic Apps for Mobile and Web with Vertex AI in Firebase" special />
+ <Event
44
+ hours={1}
45
+ minutes={0}
46
+ time="15:00 - 16:00"
47
+ title="Continental: Building Agentic Apps for Mobile and Web with Vertex AI in Firebase"
48
+ special
49
+ />
50
51
<Spacer hours={1} minutes={0} />
52
<Event hours={1} minutes={0} time="17:00 - 18:00" title="Presentation Workshop" special />
0 commit comments