Skip to content

Commit

Permalink
Update profil_screen.dart
Browse files Browse the repository at this point in the history
changed title of page to include "concept page"
  • Loading branch information
CitronMeister committed Dec 1, 2023
1 parent 82dde6e commit e9d44e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/profil_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ProfileScreen extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start,
children: const [
Text(
'Profil',
'Profil - concept page',
textAlign: TextAlign.left,
style: TextStyle(
fontWeight: FontWeight.bold,
Expand All @@ -94,7 +94,7 @@ class ProfileScreen extends StatelessWidget {
key: const Key('EditUser'),
padding: portrait
? const EdgeInsets.fromLTRB(0, 0, 0, 0)
: const EdgeInsets.fromLTRB(700, 0, 40, 0),
: const EdgeInsets.fromLTRB(310, 0, 40, 0),
color: Colors.black,
icon: const Icon(Icons.create_outlined, size: 50),
onPressed: () {
Expand Down

0 comments on commit e9d44e5

Please sign in to comment.