mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
Fix conflict
This commit is contained in:
@@ -41,28 +41,3 @@ Navbar.defaultProps = {
|
||||
}
|
||||
|
||||
export default Navbar;
|
||||
=======
|
||||
const Navbar = ({ siteTitle = "" }) => (
|
||||
<NavbarWrapper>
|
||||
<NavbarItems>
|
||||
{/* <img src={icon} style={{ width: "70px" }} /> */}
|
||||
<h1 style={{ margin: 0 }}>
|
||||
<Link
|
||||
to="/"
|
||||
style={{
|
||||
color: `white`,
|
||||
textDecoration: `none`,
|
||||
}}
|
||||
>
|
||||
{siteTitle}
|
||||
</Link>
|
||||
</h1>
|
||||
</NavbarItems>
|
||||
<NavbarItems>
|
||||
<button>discord link here</button>
|
||||
<button>reddit (maybe?) link here</button>
|
||||
</NavbarItems>
|
||||
</NavbarWrapper>
|
||||
)
|
||||
|
||||
export default Navbar;
|
||||
|
||||
Reference in New Issue
Block a user