fixed said buttons colours
This commit is contained in:
parent
2578e74271
commit
40e0153b69
1 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ class Header extends Component {
|
|||
<Button
|
||||
variant="text"
|
||||
href="/graphics-blog"
|
||||
color="secondary"
|
||||
style={{ color: "#ffffff" }}
|
||||
>
|
||||
Graphics Blog
|
||||
</Button>
|
||||
|
|
@ -44,7 +44,7 @@ class Header extends Component {
|
|||
<Button
|
||||
variant="text"
|
||||
href={CV}
|
||||
color="secondary"
|
||||
style={{ color: "#ffffff" }}
|
||||
>
|
||||
CV
|
||||
</Button>
|
||||
|
|
@ -52,7 +52,7 @@ class Header extends Component {
|
|||
<Button
|
||||
variant="text"
|
||||
href="/contact"
|
||||
color="secondary"
|
||||
style={{ color: "#ffffff" }}
|
||||
>
|
||||
Contact Me
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue