We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45073e1 commit 510e5fcCopy full SHA for 510e5fc
apps/docs/components/Header.tsx
@@ -103,27 +103,6 @@ export const Header = () => {
103
>
104
GitHub
105
</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>
127
</header>
128
)
129
}
0 commit comments