Skip to content

Commit

Permalink
Merge pull request #128 from Frenziecodes/revert-127-revert-126-master
Browse files Browse the repository at this point in the history
Revert "Revert "SOme changes done in add project page""
  • Loading branch information
munnokd committed Jul 8, 2023
2 parents 1f5e2e5 + a181102 commit 07ba04f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ logo192.png,1678729684663,3ee59515172ee198f3be375979df15ac5345183e656720a381b887
logo512.png,1678729684923,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331
manifest.json,1678729681453,aff3449bdc238776f5d6d967f19ec491b36aed5fb7f23ccff6500736fd58494a
robots.txt,1678729685586,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49
asset-manifest.json,1681042904554,340171b779a6f4504fa95f5adab2c3de37167182aa6c69d2c11a9f71ee20d857
index.html,1681042904553,f60584ba43acca7bcb526168a4eb62dd88e1214179caa1c6b0ee16393b3714af
static/css/main.da720e79.css,1681042904582,33f1983cc6f0b536cdc9c8f6f1a810a06673d52b17b3f9143285e8cb25ff6f2f
static/css/main.da720e79.css.map,1681042904582,a898257811ef8522d7c4dcd23860758b36fda218559720a89a72c7b36b674e39
static/js/main.4e94e07b.js.LICENSE.txt,1681042904582,0093da69c4f5bf1114e20ef7934dfee062f73cd1aa3f547dbe76626e5669ea61
static/js/main.4e94e07b.js,1681042904583,c8683e75db8fdf9a62509764a27424cf83346bbe7a2c403f6fef522e3837f025
static/js/main.4e94e07b.js.map,1681042904584,1c8479d5a04d15175c4c04321b8d9c3bacef61c3f1d1523600ecc3b1c93cc906
asset-manifest.json,1681234553453,a06a29f3fee00222514e89c272f45584cb2674d82670655138ffe05104200c35
index.html,1681234553453,24535b07eac3543ce498c5b269700cf90a4a231cadd01eb38040cf1be9a422d8
static/css/main.55c42939.css.map,1681234553468,ed71cb506d0d973bdbf0ad370e900263324cbf29507bdb4d6db2c52ce1d4f787
static/js/main.23cdcfcd.js.LICENSE.txt,1681234553468,0093da69c4f5bf1114e20ef7934dfee062f73cd1aa3f547dbe76626e5669ea61
static/css/main.55c42939.css,1681234553469,881ef5d177069b89cc1add2a8c8e9c09044a3e066556eed50c610d32b8dbddcd
static/js/main.23cdcfcd.js,1681234553469,9f02e3411e0deedff5648d854aa38cd54447805a03de438fbd55cf3d03e05f09
static/js/main.23cdcfcd.js.map,1681234553469,ec56fb7c9bf4da23ef1bed7cb80d4fda3621f0c42255ad677c235af29c33b54c
6 changes: 3 additions & 3 deletions src/pages/AddProject.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ function AddProject() {
});

return (
<section className=''>
<div className='flex md:pl-10 flex-col items-center ml-1 md:ml-60 h-[100%] pb-8 mb-8 pt-10 Context'>
<section className='mb-20 mt-10'>
<div className='flex md:pl-10 flex-col items-center ml-1 h-[100%] pb-8 mb-8 pt-10 Context'>
<form onSubmit={handleSubmit(onSubmit)}>
<h2 className="font-medium leading-tight text-md mt-10 mx-1 md:mt-[50px] mb-4 text-gray-700">Add your project details by filling the form below</h2>
<div className='flex flex-col md:flex-row justify-start items-start w-[100%]'>
Expand All @@ -155,7 +155,7 @@ function AddProject() {
<p className='text-red-500'>{errors.title?.message}</p>
<textarea placeholder='Project Description' {...register("description")} className='placeholder:text-slate-500 block bg-white min-h-[170px] w-[90vw] md:w-[36vw] lg:w-[32vw] border border-slate-300 rounded-md my-4 py-2 pl-4 pr-3 shadow-sm focus:outline-none focus:border-sky-500 focus:ring-sky-500 focus:ring-1' onChange={(e) => setDescription(e.target.value)}></textarea>
<p className='text-red-500'>{errors.description?.message}</p>
<section className='flex flex-col w-full justify-start bg-gray-200 border border-gray-400 p-3'>
<section className='flex flex-col w-full justify-start bg-gray-200 border border-gray-400 p-3 cursor-pointer'>
<div>
<div {...getRootProps()}>
<input {...getInputProps()} />
Expand Down

1 comment on commit 07ba04f

@vercel
Copy link

@vercel vercel bot commented on 07ba04f Jul 8, 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:

projest – ./

projest-lewisushindi.vercel.app
projest.vercel.app
projest-git-master-lewisushindi.vercel.app

Please sign in to comment.