Skip to content

Commit

Permalink
Add props to text connect button
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Feb 2, 2025
1 parent 714ce07 commit af1c030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/src/Bell.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const Bell = (props) => {

const Form = (props) => {
return (
<Connector>
<Connector {...props}>
<Bell {...props} />
</Connector>
);
Expand Down

0 comments on commit af1c030

Please sign in to comment.