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/core": "^7.12.3",
|
||||||
"@babel/plugin-transform-react-jsx": "^7.12.5",
|
"@babel/plugin-transform-react-jsx": "^7.12.5",
|
||||||
"cssnano": "^5.1.0",
|
"cssnano": "^5.1.0",
|
||||||
"parcel": "^2.0.0",
|
"parcel": "^2.4.1",
|
||||||
"typescript": "^4.0.5"
|
"typescript": "^4.0.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ class Header extends Component {
|
||||||
<Box />
|
<Box />
|
||||||
<span style={{ marginLeft: "auto" }} >
|
<span style={{ marginLeft: "auto" }} >
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="text"
|
||||||
href="/graphics-blog"
|
href="/graphics-blog"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
>
|
>
|
||||||
|
|
@ -42,7 +42,7 @@ class Header extends Component {
|
||||||
</Button>
|
</Button>
|
||||||
{" "}
|
{" "}
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="text"
|
||||||
href={CV}
|
href={CV}
|
||||||
color="secondary"
|
color="secondary"
|
||||||
>
|
>
|
||||||
|
|
@ -50,7 +50,7 @@ class Header extends Component {
|
||||||
</Button>
|
</Button>
|
||||||
{" "}
|
{" "}
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="text"
|
||||||
href="/contact"
|
href="/contact"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue