Skip to content

Commit

Permalink
feat(project): add terms conditions url to config
Browse files Browse the repository at this point in the history
  • Loading branch information
RCVZ committed Jul 23, 2021
1 parent 258d28d commit d9cc77a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export const VideoProgressMinMax = {
Min: 0.05,
Max: 0.95,
};

export const termsConditionsUrl = 'https://cleeng.com/cleeng-user-agreement';

0 comments on commit d9cc77a

Please sign in to comment.