Skip to content

Commit

Permalink
Delete Tag, Location and Feelings from Share.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
YKizou committed Feb 8, 2022
1 parent 976c6c1 commit 5309dd7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified client/.DS_Store
Binary file not shown.
Binary file modified client/node_modules/.DS_Store
Binary file not shown.
Binary file added client/node_modules/.cache/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions client/src/components/Share.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ const Share = () => {
<ul className="shareIcons pt-3 flex">
<label htmlFor="file" className="shareIconList mr-7">
<PermMedia className="text-red-400"/>
<code className='ml-1 cursor-pointer'>Photo or video</code>
<code className='ml-1 cursor-pointer'>Share a photo</code>
<input className="hidden" type="file" id="file" accept=".png,.jpeg,.jpg" onChange={(e)=>setFile(e.target.files[0])}/>
</label>
<li className="shareIcon mr-7">
{/* <li className="shareIcon mr-7">
<LocalOffer className="text-blue-400"/>
<code className='ml-1 '>Tag</code>
</li>
Expand All @@ -62,7 +62,7 @@ const Share = () => {
<li className="shareIcon mr-7">
<EmojiEmotions className="text-yellow-400"/>
<code className='ml-1'>Feelings</code>
</li>
</li> */}
</ul>
<button className="shareButton bg-green-600 rounded text-white p-1 px-2">Share</button>
</div>
Expand Down

0 comments on commit 5309dd7

Please sign in to comment.