commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function Header(props) {
|
||||
return (
|
||||
<h1 className="text-3xl font-bold text-center text-indigo-200 bg-indigo-800" >{props.text}</h1>
|
||||
);
|
||||
}
|
||||
|
||||
export default Header;
|
||||
Reference in New Issue
Block a user