Skip to content

Commit

Permalink
adicionando butão na home
Browse files Browse the repository at this point in the history
  • Loading branch information
Algusto-RC committed Dec 14, 2023
1 parent 1f3f114 commit 8def8bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions frontend/src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ const Home = () => {
<Button colorScheme='facebook'>
<Link to='/cadastrar-estudantes'>Importar estudantes</Link>
</Button>
<Button colorScheme='facebook'>
<Link to='/cadastrar-estudantes'>Periodo de matriculas</Link>
</Button>
</HStack>
</Center>
</Container>
Expand Down
1 change: 0 additions & 1 deletion frontend/src/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ const RoutesApp = () => {
}
/>
</>

)}
</Routes>
</BrowserRouter>
Expand Down

1 comment on commit 8def8bd

@vercel
Copy link

@vercel vercel bot commented on 8def8bd Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

matriculai – ./frontend

matriculai.vercel.app
matriculai-git-main-matriculai.vercel.app
matriculai-matriculai.vercel.app

Please sign in to comment.