Skip to content

Commit 45073e1

Browse files
committed
Remove link
1 parent ce687c9 commit 45073e1

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

apps/docs/components/Header.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -124,26 +124,6 @@ export const Header = () => {
124124
>
125125
Log in
126126
</a>
127-
<a
128-
sx={{
129-
textDecoration: 'none',
130-
fontWeight: 700,
131-
px: 3,
132-
fontSize: [0, 1, 1],
133-
bg: 'primary',
134-
color: 'white',
135-
borderRadius: '4px',
136-
lineHeight: 1,
137-
py: 2,
138-
transition: '.25s background-color ease-in-out',
139-
':hover': {
140-
bg: 'primaryHover',
141-
},
142-
}}
143-
href="https://components.ai/signup"
144-
>
145-
Sign up
146-
</a>
147127
</header>
148128
)
149129
}

0 commit comments

Comments
 (0)