Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Fix many bugs with style refactored #25

Merged
merged 14 commits into from
Oct 18, 2018
10 changes: 10 additions & 0 deletions client/src/Admin/AdminHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ const style = {
}
};

//wait for Ding
// const style ={
// welcomeContent: {
// color: '#00B0FF',
// fontSize: '100px',
// marginLeft: '100px',
// marginTop: '100px'
// }
// };

class AdminHome extends React.Component {
render() {
return (
Expand Down