From d9cc77af119b07159f14911334041a798a46cab9 Mon Sep 17 00:00:00 2001 From: Robin van Zanten Date: Fri, 23 Jul 2021 16:45:11 +0200 Subject: [PATCH] feat(project): add terms conditions url to config --- src/config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.ts b/src/config.ts index 150100674..d10b0c3f4 100644 --- a/src/config.ts +++ b/src/config.ts @@ -4,3 +4,5 @@ export const VideoProgressMinMax = { Min: 0.05, Max: 0.95, }; + +export const termsConditionsUrl = 'https://cleeng.com/cleeng-user-agreement';