Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Minor URL fix #167

Merged
merged 1 commit into from
Aug 15, 2018
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
2 changes: 1 addition & 1 deletion app/pages/Movie/Movie.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import './Movie.less';
// Edit this deadline
const END_DATE = '2018-08-15 10:00:00';
// Edit this id
const YOUTUBE_ID = 'dQw4w9WgXcQ';
const YOUTUBE_ID = 'EAH3i6l8PbY';

class Movie extends React.Component<MovieProps, MovieState> {

Expand Down