Skip to content

Commit

Permalink
🔧 fix: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Romainlg29 committed Jun 2, 2024
1 parent 97f385d commit 329eb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const App = () => {
<div className="toast toast-top toast-start animate-in">
<div className="alert flex items-center justify-center">
<h1 className="font-semibold">use-broadcast-ts</h1>
<button className="btn btn-sm btn-neutral">v1.4.3</button>
<button className="btn btn-sm btn-neutral">v1.4.5</button>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion example/src/components/Code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Code: FC = () => {
{tab}
{tab}
{tab}
<span className="text-yellow-400">decrement</span>
<span className="text-yellow-400">increment</span>
<span className="text-blue-400">:</span> <span className="text-purple-400">()</span>{' '}
<span className="text-blue-400">=&gt;</span> <span className="text-yellow-400">set</span>
<span className="text-purple-400">{'('}</span>
Expand Down

0 comments on commit 329eb7d

Please sign in to comment.