Skip to content

Commit

Permalink
0p
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmgf committed Nov 30, 2023
1 parent abf099f commit 47ca434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Contacto.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Contacto = () => {

<section className='flex w-1/2'>
<div className="flex flex-row flex-wrap gap-4 my-6">
<form name="contact" netlify>
<form name="contact" data-netlify="true">
<input type="text" placeholder='Nombre' className='w-1/3 h-14 px-2 py-4 rounded-3xl bg-[#3D3838] text-white font-inter '/>
<input type="text" placeholder='Correo' className='w-1/2 h-14 px-2 mx-4 py-4 rounded-3xl bg-[#3D3838] text-white font-inter '/>
<textarea placeholder='Mensaje' className='w-[90%] px-2 py-2 bg-[#3D3838] text-white font-inter my-2 rounded-2xl h-1/2 resize-none' />
Expand Down

0 comments on commit 47ca434

Please sign in to comment.