Skip to content

Commit

Permalink
test build on web only
Browse files Browse the repository at this point in the history
  • Loading branch information
lamminhthien committed Jun 14, 2024
1 parent 920845d commit e89c3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function Web() {
)}
{response && (
<div>
<h3>Greeting</h3>
<h3>Greeting 1</h3>
<p>{response.message}</p>
<Button onClick={onReset}>Reset</Button>
</div>
Expand Down

0 comments on commit e89c3c0

Please sign in to comment.