Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
import styles from "./styles.module.css";
|
||||
const SecondaryButton = (props) => {
|
||||
return (
|
||||
<button className={styles.button} {...props}>
|
||||
<p>{props.text}</p>
|
||||
</button>
|
||||
);
|
||||
};
|
||||
|
||||
export default SecondaryButton;
|
||||
Reference in New Issue
Block a user