Skip to content

Commit 510e5fc

Browse files
committed
Remove link
1 parent 45073e1 commit 510e5fc

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

apps/docs/components/Header.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -103,27 +103,6 @@ export const Header = () => {
103103
>
104104
GitHub
105105
</a>
106-
<a
107-
sx={{
108-
textDecoration: 'none',
109-
color: 'currentColor',
110-
fontWeight: 700,
111-
transition: 'color .2s ease-in-out',
112-
px: 3,
113-
py: 2,
114-
boxShadow: 'inset 0 0 1px 0 currentColor',
115-
borderRadius: '4px',
116-
lineHeight: 1,
117-
fontSize: [0, 1, 1],
118-
mr: 2,
119-
':hover': {
120-
color: 'primary',
121-
},
122-
}}
123-
href="https://components.ai/login"
124-
>
125-
Log in
126-
</a>
127106
</header>
128107
)
129108
}

0 commit comments

Comments
 (0)