This commit is contained in:
Daniel Arantes Loverde
2026-03-10 09:19:50 -03:00
parent 728cc94525
commit 5fa98ce358
15 changed files with 570 additions and 94 deletions

View File

@@ -60,12 +60,12 @@ struct ProfileView: View {
// }
// .buttonStyle(.plain)
NavigationLink {
Text("Ajuda")
} label: {
ProfileMenuRow(icon: "gearshape.fill", title: "Configurações")
}
.buttonStyle(.plain)
// NavigationLink {
// Text("Ajuda")
// } label: {
// ProfileMenuRow(icon: "gearshape.fill", title: "Configurações")
// }
// .buttonStyle(.plain)
}
.padding(.horizontal, 20)
@@ -82,7 +82,7 @@ struct ProfileView: View {
.padding(.top, 10)
.padding(.horizontal, 20)
Text("Versão 4.20.1")
Text("Versão 1.0b")
.font(.system(size: 16, weight: .medium))
.foregroundStyle(AppColors.textMuted)
.padding(.bottom, 12)