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), ]), ),