Made header buttons better.

This commit is contained in:
Warwick 2022-04-01 13:53:09 +01:00
parent e82eb61c1a
commit 2578e74271
2 changed files with 4 additions and 4 deletions

View file

@ -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": {

View file

@ -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"
> >