1
0
mirror of git://jb55.com/damus synced 2024-10-06 03:33:22 +00:00

createaccount: ui: remove create account text

This commit is contained in:
ericholguin 2023-05-26 19:38:07 -06:00 committed by William Casarin
parent 47d594af00
commit 06ba72a23d

View File

@ -30,10 +30,6 @@ struct CreateAccountView: View {
}
VStack {
Text("Create Account")
.font(.title.bold())
.foregroundColor(.white)
ProfilePictureSelector(pubkey: account.pubkey, viewModel: profileUploadViewModel, callback: uploadedProfilePicture(image_url:))
HStack(alignment: .top) {