Skip to content

Commit

Permalink
Merge pull request #6 from snowcamp/url_feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
schassande authored Feb 2, 2024
2 parents bacb8ba + c545174 commit bb546e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/cfp.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"url": "https://conference-hall.io/public/event/Bq5k5rbMXGynAls6PjRB",
"year": 2024,
"sched_url": "https://snowcamp2024.sched.com/",
"feedback_url": "https://openfeedback.io/o7zyKdkdRulRnrtU3DZo",
"dates": {
"open_date": {
"date": "01/09/2023",
Expand Down
4 changes: 4 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ const lang = (Astro.locals as any).lang;
<p>{t('schedule_desc')}
<a id="sched-embed" href={cfp.sched_url} data-sched-sidebar="no">SnowCamp {cfp.year}</a>
</p>
<p>
<br>
<a id="sched-embed" href={cfp.feedback_url} data-sched-sidebar="no">Feedback SnowCamp {cfp.year}</a>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit bb546e7

Please sign in to comment.