Skip to content

Commit

Permalink
💡 Mixpanel 이벤트 추적 방법 주석 추가
Browse files Browse the repository at this point in the history
mixpanel 이벤트 추적 방법 주석 추가
  • Loading branch information
JUNOSHON committed Dec 12, 2023
1 parent c142748 commit 9d288c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export default function Home() {
<h1 className={MainTitleCss}>하루 10분의 변화를 경험하세요.</h1>
</div>
<Link className={LinkCss} href={'/select'}>
{/* 이후 추가될 믹스패널 이벤트는 아래와 같이 추적 */}
{/* mixpanel.track("이벤트명"); */}
<button type={'button'} className={LoginButtonCss}>
게스트 로그인
</button>
Expand Down

0 comments on commit 9d288c3

Please sign in to comment.