Skip to content

Commit

Permalink
💾 Feat: Sync contributors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 7, 2024
1 parent d69d03d commit 667710f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kitx_mobile/lib/pages/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ class _AboutPageState extends State<AboutPage> {
name: 'orzMaster',
url: 'https://github.com/orzMaster',
),
const SizedBox(width: 10),
const ContributorChip(
name: 'Cronyet',
url: 'https://github.com/Cronyet',
),
const SizedBox(width: 15),
]),
),
Expand Down

0 comments on commit 667710f

Please sign in to comment.