Skip to content

Commit

Permalink
add home travel startskudd
Browse files Browse the repository at this point in the history
  • Loading branch information
toretefre committed Jun 23, 2023
1 parent 0fccbb9 commit f15ef6c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/startskudd/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Startskudd = () => {
<div className={style.startskudd__info}>
<div>
<p>Start:</p>
<p>Lørdag, 5. august</p>
<p>Lørdag, 5. august, 11:00</p>
</div>
<div>
<p>Sted:</p>
Expand Down Expand Up @@ -168,7 +168,7 @@ const Startskudd = () => {
<TimeSchedule time={'15:30'} activity={'Middag'} />
<TimeSchedule
time={'17:50'}
activity={'Buss fra Trondheim S til Oppdal'}
activity={'Vy Buss fra Trondheim S til Oppdal'}
/>
<TimeSchedule time={'20:00'} activity={'Innsjekk Bjerkeløkkja'} />
</section>
Expand Down Expand Up @@ -211,6 +211,18 @@ const Startskudd = () => {
<Label>Fredag</Label>
</Flexbox>
<TimeSchedule time={'TBA'} activity={''} />
<TimeSchedule
time={'12:05'}
activity={'Tog fra Oppdal til Oslo'}
/>
<TimeSchedule
time={'12:10'}
activity={'Vy Buss fra Oppdal til Trondheim S'}
/>
<TimeSchedule
time={'17:45'}
activity={'Fly DY624 fra Gardermoen til Flesland'}
/>
</section>

<section id="Startskudd 22">
Expand Down

0 comments on commit f15ef6c

Please sign in to comment.