Made header buttons better.
This commit is contained in:
parent
e82eb61c1a
commit
2578e74271
2 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"@babel/core": "^7.12.3",
|
||||
"@babel/plugin-transform-react-jsx": "^7.12.5",
|
||||
"cssnano": "^5.1.0",
|
||||
"parcel": "^2.0.0",
|
||||
"parcel": "^2.4.1",
|
||||
"typescript": "^4.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class Header extends Component {
|
|||
<Box />
|
||||
<span style={{ marginLeft: "auto" }} >
|
||||
<Button
|
||||
variant="contained"
|
||||
variant="text"
|
||||
href="/graphics-blog"
|
||||
color="secondary"
|
||||
>
|
||||
|
|
@ -42,7 +42,7 @@ class Header extends Component {
|
|||
</Button>
|
||||
{" "}
|
||||
<Button
|
||||
variant="contained"
|
||||
variant="text"
|
||||
href={CV}
|
||||
color="secondary"
|
||||
>
|
||||
|
|
@ -50,7 +50,7 @@ class Header extends Component {
|
|||
</Button>
|
||||
{" "}
|
||||
<Button
|
||||
variant="contained"
|
||||
variant="text"
|
||||
href="/contact"
|
||||
color="secondary"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue