Skip to content

Commit 60afd87

Browse files
authored
feat: change terms link (#239)
1 parent 87278f2 commit 60afd87

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/app/modules/user/data/data_source/constant/term_storage.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ abstract class TermStorage {
77
TermEntity(
88
slug: 'privacy-policy-v1',
99
type: TermType.privacyPolicy,
10-
url:
11-
'https://infoteam-rulrudino.notion.site/1c5365ea27df800f8143f31218070a87',
10+
url: 'https://terms.gistory.me/pot-g/privacy/251022/',
1211
required: true,
1312
),
1413
TermEntity(
1514
slug: 'terms-of-service-v1',
1615
type: TermType.termsOfService,
17-
url:
18-
'https://infoteam-rulrudino.notion.site/1c5365ea27df80aeac2cc6e1d8729a11',
16+
url: 'https://terms.gistory.me/pot-g/tos/251022/',
1917
required: true,
2018
),
2119
];

0 commit comments

Comments
 (0)