Skip to content

Commit

Permalink
Update share_card.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
btclinux committed Dec 2, 2023
1 parent 1400ea4 commit 28a9f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/receive/share_card.dart
Expand Up @@ -114,7 +114,7 @@ class _AppShareCardState extends State<AppShareCard> {
width: 60,
margin: const EdgeInsets.only(top: 1),
child: AutoSizeText(
"KASPA",
"KARLSEN",
style: TextStyle(
color: theme.primary,
fontFamily: "Comfortaa",
Expand Down Expand Up @@ -199,7 +199,7 @@ class _AppShareCardState extends State<AppShareCard> {
width: 98,
margin: EdgeInsets.only(bottom: 12),
child: AutoSizeText(
" KASPA.ORG",
" karlsencoin.com",
minFontSize: 0.1,
stepGranularity: 0.1,
maxLines: 1,
Expand Down

0 comments on commit 28a9f59

Please sign in to comment.