Skip to content

Commit

Permalink
update Image jpeg -> png
Browse files Browse the repository at this point in the history
  • Loading branch information
jukangpark committed Aug 24, 2024
1 parent 90ead9a commit 5f92204
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# InfiScroll

![alt text](InfiScrollLogo.jpeg)
![alt text](InfiScrollLogo.png)

**InfiScroll** is an open-source React component designed to help developers easily implement infinite scrolling in their applications. With a focus on simplicity and flexibility, InfiScroll allows you to seamlessly load additional content as users reach the end of the page, providing a smooth and efficient user experience. Whether you’re building a social media feed, an e-commerce catalog, or any content-heavy application, InfiScroll makes infinite scrolling effortless to integrate and customize.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "infiscroll",
"version": "0.0.1",
"version": "0.0.2",
"description": "InfiScroll is an open-source React component designed to help developers easily implement infinite scrolling in their applications. With a focus on simplicity and flexibility, InfiScroll allows you to seamlessly load additional content as users reach the end of the page, providing a smooth and efficient user experience. Whether you’re building a social media feed, an e-commerce catalog, or any content-heavy application, InfiScroll makes infinite scrolling effortless to integrate and customize.",
"main": "dist/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 5f92204

Please sign in to comment.