From d5295db7534bc23a3fa628e899336f1c1496df2a Mon Sep 17 00:00:00 2001 From: stonega Date: Tue, 16 Feb 2021 22:56:39 +0800 Subject: [PATCH] Add reddit link. --- lib/home/about.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/home/about.dart b/lib/home/about.dart index 44f0134..ebd0be3 100644 --- a/lib/home/about.dart +++ b/lib/home/about.dart @@ -212,6 +212,8 @@ class _AboutAppState extends State { 'https://github.com/stonega/tsacdop'), _listItem(context, 'Telegram', LineIcons.telegram, 'https://t.me/joinchat/Bk3LkRpTHy40QYC78PK7Qg'), + _listItem(context, 'Reddit', LineIcons.redditLogo, + 'https://www.reddit.com/r/Tsacdop'), Center( child: SizedBox( width: 200,