Skip to content

Commit

Permalink
Merge pull request #217 from DeliverBle/feat/#215
Browse files Browse the repository at this point in the history
[landing] μ‚¬νŒŒλ¦¬ 이슈 λŒ€μ‘
  • Loading branch information
100Gyeon authored Apr 6, 2023
2 parents 6a84986 + 3968920 commit e090a10
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deliverble-frontend",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
41 changes: 0 additions & 41 deletions public/assets/images/img_review_empty.svg

This file was deleted.

Binary file added public/assets/images/img_review_empty.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion public/assets/images/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export { default as imgLandingBubble } from './img_landing_bubble.svg';
export { default as imgLandingEar } from './img_landing_ear.svg';
export { default as imgLandingFist } from './img_landing_fist.svg';
export { default as imgLandingMic } from './img_landing_mic.svg';
export { default as imgReviewEmpty } from './img_review_empty.svg';
export { default as imgReviewEmpty } from './img_review_empty.webp';
export { default as imgMemoEmpty } from './img_memo_empty.svg';
export { default as imgMobileBgFirst } from './img_mobile_bg.webp';
export { default as imgMobileBgLast } from './img_mobile_bg_last.webp';
Expand Down
4 changes: 2 additions & 2 deletions src/components/review/Empty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const StEmpty = styled.div`
.empty {
position: relative;
width: 38.8rem;
height: 28.8rem;
width: 32rem;
height: 32rem;
}
`;

Expand Down
3 changes: 2 additions & 1 deletion src/hooks/useSlideObserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export const useSlideObserver = (

if (isRef.current && !stopObserve) {
observer = new IntersectionObserver(observePoint, {
threshold: 0.8,
rootMargin: '50px',
threshold: 0.5,
});
observer.observe(isRef.current);
}
Expand Down

1 comment on commit e090a10

@vercel
Copy link

@vercel vercel bot commented on e090a10 Apr 6, 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:

deliverble – ./

deliverble-100gyeon.vercel.app
deliverble-git-main-100gyeon.vercel.app
deliverble.kr

Please sign in to comment.