Restructuring components and styling
This commit is contained in:
@@ -50,22 +50,22 @@ class SideMenu extends Component {
|
||||
>
|
||||
X
|
||||
</button>
|
||||
<Link to="/">
|
||||
<Link to="/" className="no-underline">
|
||||
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
Home
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/services">
|
||||
<Link to="/services" className="no-underline">
|
||||
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
What We Do
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/about">
|
||||
<Link to="/about" className="no-underline">
|
||||
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
Team
|
||||
</li>
|
||||
</Link>
|
||||
<Link to="/blog">
|
||||
<Link to="/blog" className="no-underline">
|
||||
<li className="text-right no-underline text-2xl uppercase p-2 text-white">
|
||||
Blog
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user