Skip to content

Commit

Permalink
add android indent scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Nov 3, 2024
1 parent ef97f80 commit fce08a4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/bottle/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ export default function Home() {
<Asset type="icon-down" />
<Asset type="icon-arrow-left" />
</div>
<Step.FixedButton style={{ marginBottom: '20px' }}>테스트</Step.FixedButton>
<Step.FixedButton
onClick={() => {
window.location.href = 'intent://main#Intent;scheme=bottle;package=com.team.bottles;end';
}}
style={{ marginBottom: '20px' }}
>
테스트
</Step.FixedButton>
</div>
);
}

0 comments on commit fce08a4

Please sign in to comment.