Skip to content

Commit

Permalink
Empty videoHints for now (#3971) (#3976)
Browse files Browse the repository at this point in the history
Co-authored-by: Joystream Stats <[email protected]>
  • Loading branch information
traumschule and Joystream Stats authored Dec 21, 2022
1 parent e11f9dc commit 2034b3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui/src/common/constants/videoHints.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export type VideoHintType = 'workingGroups' | 'proposals' | 'council'

export const videoHints: { [key in VideoHintType]: string } = {
workingGroups: 'https://play.joystream.org/embedded/video/15',
proposals: 'https://play.joystream.org/embedded/video/15',
council: 'https://play.joystream.org/embedded/video/15',
workingGroups: '',
proposals: '',
council: '',
}

2 comments on commit 2034b3e

@vercel
Copy link

@vercel vercel bot commented on 2034b3e Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 2034b3e Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pioneer-2 – ./

pioneer-2.vercel.app
pioneer-2-git-dev-joystream.vercel.app
pioneer-2-joystream.vercel.app

Please sign in to comment.