mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
remove unused interface
This commit is contained in:
parent
aa2236ea4b
commit
bbd7cb34f4
@ -2,10 +2,6 @@ import React from "react";
|
||||
import Link from "next/link";
|
||||
import styled from "styled-components";
|
||||
|
||||
interface NavbarProps {
|
||||
isWide?: boolean;
|
||||
}
|
||||
|
||||
const StyledNavbar = styled.div`
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@ -40,7 +36,7 @@ const StyledTitleWrapper = styled.span`
|
||||
color: ${({ theme }) => theme.ORANGE};
|
||||
`;
|
||||
|
||||
export const Navbar: React.FC<NavbarProps> = () => {
|
||||
export const Navbar: React.FC = () => {
|
||||
return (
|
||||
<StyledNavbar>
|
||||
<Link href="/">
|
||||
|
Loading…
x
Reference in New Issue
Block a user