Skip to content

Commit

Permalink
feat: release 1.2.110
Browse files Browse the repository at this point in the history
  • Loading branch information
surajair committed Nov 4, 2024
1 parent 3ecb33d commit effefeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Suraj Air",
"license": "BSD-3-Clause",
"homepage": "https://chaibuilder.com",
"version": "1.2.109",
"version": "1.2.110",
"type": "module",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ const UnsplashImages = ({ isModalView, onSelect }: { isModalView: boolean; onSel
</div>
) : (
images.map((pic) => (
// TODO: Drag and Drop Image to Canvas from Here use `pic.urls.[small, regular, full]` for image quality
<div className="w-full px-2 py-1" key={pic.id}>
<div className="relative overflow-hidden rounded-md bg-cover bg-no-repeat">
<img
Expand Down

0 comments on commit effefeb

Please sign in to comment.