Skip to content

Commit

Permalink
feat(web): move decrement button same row as increment
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyzboss committed Jan 3, 2024
1 parent 8244217 commit aceef7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default component$(() => {
🪿 Certificate Generator สวัสดี 🪿
</Typography>
<Button onClick$={increment}>Increment</Button>
<Typography>คุณคลิ๊กไป {count} ครั้ง</Typography>
<Button onClick$={decrement}>Decrement</Button>
<Typography>คุณคลิ๊กไป {count} ครั้ง</Typography>
<Button onClick$={reset}>Reset</Button>
</div>
</>
Expand Down

0 comments on commit aceef7b

Please sign in to comment.