Add work page, stylistic changes and dynamic classes to buttons

This commit is contained in:
Moris Zen
2018-07-01 10:55:11 +02:00
parent 0074bc5c9a
commit 6eb6e57165
4 changed files with 21 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ const Header = () => (
</Link>
</ul>
<Button text="Contact" classes="rounded-full" url="/contact" />
<Button text="Contact" standard classes="rounded-full" url="/contact" />
</div>
</nav>