Skip to content

Commit

Permalink
Merge pull request #131 from cniajp/add-watch-page-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa-pro authored Jul 9, 2024
2 parents 6f33528 + bd16f20 commit f863fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/components/pek2024/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ import logoLiteral from '~/assets/images/pek2024/pek2024_literal.svg';
<div class="flex flex-col items-center justify-center mt-8">
<a
rel="noopener noreferrer"
href="https://link.cnia.io/pek2024-tickets-website"
target="_blank"
class="btn btn-flat ml-4 mb-2 rounded-md text-sm">参加申し込み</a
href="/pek2024/watch"
class="btn btn-flat ml-4 mb-2 rounded-md text-sm">視聴ページへ移動する</a
>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/pek2024/LivePlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import type { ForteeTimeTableTalk } from "~/types"
type Track = 'Track A' | 'Track B';
// TODO: url を実際のものに変更
const YOUTUBE_URLS: Record<Track, string> = {
'Track A': 'https://www.youtube.com/embed/SNffM5YJ8t8?si=GFyQSfL630gxocA5&autoplay=1&mute=1',
'Track B': 'https://www.youtube.com/embed/93f7oRkDvJQ?si=1ZtgfY5nYo9X5xd6&autoplay=1&mute=1'
'Track A': 'https://www.youtube.com/embed/53tNbf8Us78?si=5NFRLNaQk207yymx&autoplay=1&mute=1',
'Track B': 'https://www.youtube.com/embed/Hsob6TGTAPo?si=OuEuLS9NTyNmBxCm&autoplay=1&mute=1'
}

const OPENING_TIME = {
Expand Down

0 comments on commit f863fa2

Please sign in to comment.