Skip to content

Commit

Permalink
make it make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbarker committed Dec 23, 2024
1 parent e803b57 commit e643d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Home() {
className="transition-colors rounded-md bg-emerald-600 px-2.5 py-1.5 text-sm font-semibold text-white shadow-sm hover:bg-emerald-500 focus-visible:outline focus-visible:outline-offset-2 focus-visible:outline-emerald-600"
onClick={() => setCount(wasm.sum(count, 2))}
>
Add 1 to {count}?
Add 2 to {count}?
</button>
);
}

0 comments on commit e643d92

Please sign in to comment.