mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-11 11:06:10 +00:00
created secondary button component
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function ButtonSecondary(props) {
|
||||
return <button className="btn-text">{props.text}</button>;
|
||||
}
|
||||
|
||||
export default ButtonSecondary;
|
||||
Reference in New Issue
Block a user