Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caio#62 #65

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
alterações no MainMenu
CaioBurton committed Jan 20, 2025
commit 68b1a08ed5601fe26bf7fef6e4ffa7d7a9d27156
6 changes: 3 additions & 3 deletions app-menu/components/screens/MainMenu.jsx
Original file line number Diff line number Diff line change
@@ -24,10 +24,10 @@ export default function MainMenu() {
<View style={globalStyles.buttonGroup}>
{renderButton("Histórico de Insulina", "Gráfico Insulina")}
{renderButton("Cálculo de macronutrientes", "Cálculo de Macronutrientes")}
{renderButton("Adicionar Lembrete", "Não Implementada")}
{renderButton("Adicionar Medicamento", "Não Implementada")}
{renderButton("Adicionar Lembrete", "Adicionar Lembrete")}
{renderButton("Adicionar Medicamento", "Adicionar Medicamento")}
{renderButton("Monitorar Pressão Arterial", "Monitorar Pressão")}
{renderButton("Registrar Glicemia", "Não Implementada")}
{renderButton("Registrar Glicemia", "Registrar Glicemia")}
</View>
</SafeAreaView>
);