Skip to content

Commit

Permalink
feat: 앱스토어 다운로드 링크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
danah-kim committed Nov 18, 2024
1 parent 862dbed commit 2102036
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/_components/Intro/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ function Intro() {
<Title>Plandy</Title>
<SubTitle>Simple schedule planner with Apple CloudKit</SubTitle>
<Box mt={2}>
<Button variant="text" startIcon={<Icon name="ImportBold" />}>
<Button
variant="text"
startIcon={<Icon name="ImportBold" />}
onClick={() =>
window.open("https://apps.apple.com/us/app/plandy-reminders-calendar/id6736831438")
}
>
<Typography>Download On the</Typography>
<Typography variant="title" fontWeight={700}>
App store
Expand Down

0 comments on commit 2102036

Please sign in to comment.