Skip to content

Commit

Permalink
feat: add android link
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub committed Aug 25, 2024
1 parent b778250 commit 4f20c92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ const router = createBrowserRouter(
"https://apps.apple.com/app/%EB%B9%A0%EB%A5%B8-%EC%83%81%EC%83%81%EB%9E%A9/id6648756420"
),
},
{
path: "/android",
element: redirectHandler(
"https://docs.google.com/forms/d/e/1FAIpQLSfJLIpDF_AaLXocA-saLB3ndBU5Yjjrrts47SH2SVItbPUvAw/viewform?usp=sf_link"
),
},
],
{
basename: import.meta.env.PUBLIC_URL,
Expand Down

0 comments on commit 4f20c92

Please sign in to comment.