Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(berlin23): add check-in closing time #394

Merged
merged 1 commit into from
Aug 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/berlin23/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function Berlin23() {
<ul>
<li>
<p>05:30</p>
<p>🧳 Innsjekk Gardermoen</p>
<p>🧳 Innsjekk Gardermoen (stenger 06:45)</p>
</li>
<li>
<p>07:30</p>
Expand Down Expand Up @@ -192,10 +192,10 @@ export default function Berlin23() {

<div className={style.infoGroup}>
<h3>Lurer du på noe i forkant av turen?</h3>
<div className={style.infoGroupContact}>
<p>Ta kontakt med @soskom-oslo på Slack</p><br/>
<p>Eller send melding til Sondre</p>
<p>
<div>
<p>Ta kontakt med @soskom-oslo på Slack</p>
<p className={style.infoGroupContact}>
<span>Eller send melding til Sondre</span>
<a href="tel:+4745447385">+47 454 47 385</a>
</p>
</div>
Expand Down
Loading