Skip to content

Commit

Permalink
Merge branch 'fix/map' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
opjoobe committed Aug 4, 2022
2 parents 7151ed8 + 0425785 commit 7eadc65
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 250 deletions.
2 changes: 1 addition & 1 deletion lib/screens/sharing/sharing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class _SharingPageState extends State<SharingPage> {
Container(
padding: EdgeInsets.fromLTRB(0, 5, 0, 0),
alignment: Alignment.centerRight,
child: Text(isQRmode ? 'QR' : 'NearBy',
child: Text(isQRmode ? 'QR' : 'Nearby',
style: TextStyle(fontSize: 12)),
),
],
Expand Down
Loading

0 comments on commit 7eadc65

Please sign in to comment.