Skip to content

Commit

Permalink
fix: spacing, rm confusing file limit
Browse files Browse the repository at this point in the history
  • Loading branch information
imsergiy committed Sep 27, 2021
1 parent 9652fbd commit 1c51850
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/showcases/src/pages/e-commerce.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,6 @@ export default function Home() {
<p className="font-bold w-72 text-center">Drag and drop your image here or <span
className="text-primary-500">Browse</span> to select a file
</p>
<div className="flex items-center">
<div className="w-6 h-6">
<img src={Picture}/>
</div>
<p className="text-gray-500 text-sm">Limit 200 MB per file</p>
</div>
</div>
)}
</Dropzone>
Expand All @@ -336,12 +330,11 @@ export default function Home() {
<Filters onFilter={onFilter}/>

<h2 className="mt-12 font-bold mb-6">Click on example queries:</h2>
<div className="flex px-12">
<div className="flex px-12 mb-12">
<ExampleQuery/>
<ExampleQuery color="black"/>
<ExampleQuery color="white"/>
<ExampleQuery color="blue"/>

</div>

{
Expand Down

0 comments on commit 1c51850

Please sign in to comment.