Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Carapacik committed Nov 29, 2023
1 parent bb77c06 commit 992d7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/feature/about/widget/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class AboutPage extends StatelessWidget {
child: Column(
children: [
const Spacer(),
const Text('Game', style: TextStyle(fontSize: 24, fontWeight: FontWeight.w700)),
const _CreditNameText(text: 'Carapacik', url: 'https://carapacik.github.io/'),
const Text('Carapacik Space', style: TextStyle(fontSize: 24, fontWeight: FontWeight.w700)),
const _CreditNameText(text: 'Roman Laptev - Carapacik', url: 'https://carapacik.github.io/'),
const _CreditNameText(text: 'Dmitriy Lukyanov (Design)', url: 'https://t.me/kamalledln'),
const Spacer(flex: 3),
Link(
Expand Down

0 comments on commit 992d7c2

Please sign in to comment.