Skip to content

Commit

Permalink
bug fixing #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerajno committed Jun 5, 2023
1 parent 04dc8ee commit c70aad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/Button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PropTypes from "prop-types";
import "./button.scss";

const Button = (props) => {
console.log( props, "1"); //Passing down className is broken
console.log( props, "find id"); //Passing down className is broken
return (
<button
className={`btn ${props.className}`}
Expand Down

0 comments on commit c70aad9

Please sign in to comment.