We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce687c9 commit 45073e1Copy full SHA for 45073e1
apps/docs/components/Header.tsx
@@ -124,26 +124,6 @@ export const Header = () => {
124
>
125
Log in
126
</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>
147
</header>
148
)
149
}
0 commit comments