Skip to content

Commit

Permalink
krille-chan#132 changed privacyUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp.monz authored and Matthias committed Aug 27, 2023
1 parent 827bb0e commit 7c1589c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class AppConfig {
static const Color chatColor = primaryColor;
static Color? colorSchemeSeed = primaryColor;
static String _privacyUrl =
'https://gitlab.com/famedly/fluffychat/-/blob/main/PRIVACY.md';
'https://infoportal.schulcampus-rlp.de/datenschutzerklaerung/';
static String get privacyUrl => _privacyUrl;
static const String enablePushTutorial =
'https://gitlab.com/famedly/fluffychat/-/wikis/Push-Notifications-without-Google-Services';
Expand Down

0 comments on commit 7c1589c

Please sign in to comment.