From 667710fc8fa5789b475e989d39bec44523605ee0 Mon Sep 17 00:00:00 2001 From: Dynesshely Date: Thu, 7 Mar 2024 22:49:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BE=20Feat:=20Sync=20contributors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kitx_mobile/lib/pages/about_page.dart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kitx_mobile/lib/pages/about_page.dart b/kitx_mobile/lib/pages/about_page.dart index 5282aa0..6028ae3 100644 --- a/kitx_mobile/lib/pages/about_page.dart +++ b/kitx_mobile/lib/pages/about_page.dart @@ -213,6 +213,11 @@ class _AboutPageState extends State { name: 'orzMaster', url: 'https://github.com/orzMaster', ), + const SizedBox(width: 10), + const ContributorChip( + name: 'Cronyet', + url: 'https://github.com/Cronyet', + ), const SizedBox(width: 15), ]), ),