Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Nov 22, 2024
1 parent 74c87e8 commit 70d8df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/presentation_layer/components/edit_profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ class _EditProfileState extends ConsumerState<EditProfile> {
children: [
_buildInputField('Name', _controllers['name']!),
_buildInputField('Bio', _controllers['about']!, isMultiline: true),
_buildInputField('pronouns', _controllers['pronouns']!),
_buildInputField('Pronouns', _controllers['pronouns']!),
_buildInputField('Website', _controllers['website']!),
_buildInputField('username (nip05)', _controllers['nip05']!),
_buildInputField('lightning address', _controllers['lud16']!),
_buildInputField('Username (nip05)', _controllers['nip05']!),
_buildInputField('Lightning address', _controllers['lud16']!),
],
),
);
Expand Down

0 comments on commit 70d8df5

Please sign in to comment.