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

Merge from the development branch #165

Merged
merged 1 commit into from
Aug 12, 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 @@ -8,7 +8,7 @@ import teaser from '../../assets/2018/teaser_countdown.jpg';
import './Movie.less';

// Edit this deadline
const END_DATE = '2018-08-13 10:00:00';
const END_DATE = '2018-08-15 10:00:00';
// Edit this id
const YOUTUBE_ID = 'dQw4w9WgXcQ';

Expand Down