chore: update header content

This commit is contained in:
jinhojang6 2024-10-24 21:42:58 +09:00
parent 97e45ccc2b
commit c54bee72c0
2 changed files with 8 additions and 16 deletions

View File

@ -46,16 +46,7 @@ const OperatorGrid: React.FC<OperatorGridProps> = ({
<Container>
<Header>
<Title>Operators</Title>
<Controls>
<PlusIcon>
<img
src="/assets/plus.svg"
width={10}
height={10}
alt="Add Operator"
/>
</PlusIcon>
</Controls>
<Controls></Controls>
</Header>
<Stats>
<Stat>
@ -208,7 +199,7 @@ const Placeholder = styled.div`
`
const AddOperator = styled(Link)`
display: flex;
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
@ -222,6 +213,11 @@ const AddOperator = styled(Link)`
color: white;
}
& {
text-decoration: none;
color: white;
}
&:hover {
span {
text-decoration: underline;

View File

@ -28,11 +28,7 @@ const Header: React.FC<NavbarProps> = () => {
<Navbar />
</DesktopNavbar>
<UserActions>
<Link
href="https://app.gitbook.com/o/JaXLyutHsCMnV7ROVSHw/s/Q0TLtn9WN6DR3Lzv4Gcs/logos-operators/pillars-and-contributions"
passHref
target="_blank"
>
<Link href="https://gitbook.logos.co/" passHref target="_blank">
<GitbookButton>
<span>Gitbook</span>
</GitbookButton>