Skip to content

Commit

Permalink
h screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisa33 committed Apr 28, 2022
1 parent 79bf8fa commit 5f39b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Pacientes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ const Pacientes = () => {


return (
<div className="bg-green">
<div className="min-h-screen bg-green">
<div className="pt-10 wrapper">
<h1>Listado pacientes</h1>
{/* <nav>
<button onClick={()=>{setVerPdf(!verPdf)}} className='p-4 rounded-md bg-white m-6 text-green'>Ver pdf</button>
<button className='p-4 rounded-md bg-white m-6 text-green'>Descargar pdf</button>
<button onClick={()=>{setVerPdf(!verPdf)}} className='p-4 m-6 bg-white rounded-md text-green'>Ver pdf</button>
<button className='p-4 m-6 bg-white rounded-md text-green'>Descargar pdf</button>
</nav> */}
<ul className='py-20'>

Expand Down

1 comment on commit 5f39b2e

@vercel
Copy link

@vercel vercel bot commented on 5f39b2e Apr 28, 2022

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:

nutricion – ./

nutricion-seven.vercel.app
nutricion-git-master-elisa33.vercel.app
nutricion-elisa33.vercel.app

Please sign in to comment.