diff --git a/PediFoods/Resources/Localizable.xcstrings b/PediFoods/Resources/Localizable.xcstrings index 962a0b6..cf44a64 100644 --- a/PediFoods/Resources/Localizable.xcstrings +++ b/PediFoods/Resources/Localizable.xcstrings @@ -460,6 +460,12 @@ "Entrar" : { "comment" : "A link that directs the user to the login screen.", "isCommentAutoGenerated" : true + }, + "Entrar ou Cadastrar" : { + + }, + "Entre na sua conta" : { + }, "Entrega" : { "comment" : "A text describing delivery mode.", @@ -512,6 +518,9 @@ }, "Excluir sua conta?" : { + }, + "Faça login ou cadastre-se para ver seu perfil, pedidos e endereços." : { + }, "Favorite" : { "comment" : "Item editor title label for marking the item as a favorite", diff --git a/PediFoods/Views/Main/HomeView.swift b/PediFoods/Views/Main/HomeView.swift index 7dc9b63..8ea6ddc 100644 --- a/PediFoods/Views/Main/HomeView.swift +++ b/PediFoods/Views/Main/HomeView.swift @@ -28,7 +28,7 @@ struct HomeView: View { private let headerExpandedHeight: CGFloat = 240 private let headerCollapsedHeight: CGFloat = 120 - private let contentTopSpacing: CGFloat = 0 + private let contentTopSpacing: CGFloat = -40 private let contentBottomSpacing: CGFloat = 120 var body: some View {