Skip to content

Commit

Permalink
Merge pull request #133 from cniajp/add-slido-button-watch-page
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa-pro authored Jul 9, 2024
2 parents b6ffba2 + ab1ea6f commit 6f33528
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/pek2024/watch/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ const timeTable = data.timetable.filter((item): item is ForteeTimeTableTalk => i
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div>
<p class="text-base md:text-lg font-bold mt-4">
Slido で質問を投稿しよう!
</p>
<div class="flex flex-col items-center mt-2">
<a href="https://app.sli.do/event/6Zc7KhsnhYtgk7g8UFMXzM/live/questions?clusterId=eu1&m=Mrt8r" target="_blank" class="bg-themeColor-blue hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
質問する
</a>
</div>
</div>
<SponsorRoll />
<div class="w-full">
<Schedule />
Expand Down

0 comments on commit 6f33528

Please sign in to comment.