Merge branch '2021.0' of github.com:AdamasFR/CV_Web_Dumas into 2021.0
This commit is contained in:
commit
46f6ba749f
@ -5,7 +5,7 @@ import './MenuComponent.scss'
|
||||
// import { bindActionCreators } from "redux";
|
||||
// import * as MenuComponentActions from "../../store/MenuComponent/actions";
|
||||
let title = "Anthony Dumas";
|
||||
let jobTitle = "Développeur Full Stack";
|
||||
let jobTitle = "Développeur Full Stack @ Harvest";
|
||||
export default class MenuComponent extends Component {
|
||||
// constructor(props) {
|
||||
// super(props);
|
||||
@ -29,4 +29,4 @@ export default class MenuComponent extends Component {
|
||||
// export default connect(
|
||||
// ({ MenuComponent }) => ({ ...MenuComponent }),
|
||||
// dispatch => bindActionCreators({ ...MenuComponentActions }, dispatch)
|
||||
// )( MenuComponent );
|
||||
// )( MenuComponent );
|
||||
|
@ -1,13 +1 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
||||
monospace;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user