Skip to content

Commit

Permalink
Style: 주석 삭제 및 프롬프트 스트링 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene-A-01 committed Apr 21, 2024
1 parent 7727eeb commit dc82044
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import toasting from '@/lib/utils/toasting';
import toastMessage from '@/lib/constants/toastMessage';
import { useLanguage } from '@/store/useLanguage';

// const PWAPrompt = React.lazy(() => import('react-ios-pwa-prompt'));

const PWAPrompt = dynamic(() => import('react-ios-pwa-prompt'), {
ssr: false,
});
Expand Down Expand Up @@ -53,8 +51,8 @@ function LandingPage() {
<Header />
<Suspense fallback={<Loading />}>
<PWAPrompt
copyTitle="리스티 앱 설치하기"
copyBody="앱으로 더 편하게 리스티의 모든 기능을 이용해보세요"
copyTitle="리스티웨이브 앱 설치하기"
copyBody="앱으로 더 편하게 리스티웨이브의 모든 기능을 이용해보세요"
copyShareButtonLabel="1) 공유하기 아이콘"
copyAddHomeButtonLabel="2) 홈화면에 추가"
copyClosePrompt="닫기"
Expand Down

0 comments on commit dc82044

Please sign in to comment.