Skip to content

Commit 8b6440c

Browse files
fix: remove chess.com sign-in option
1 parent 36a4046 commit 8b6440c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Home/HomeHero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export const HomeHero: React.FC<Props> = ({ scrollHandler }: Props) => {
199199
Lichess
200200
</span>
201201
</motion.button>
202-
<motion.button
202+
{/* <motion.button
203203
className="group flex items-center gap-2.5 rounded-md border border-white/10 bg-white/5 px-3 py-2 backdrop-blur-sm transition-all duration-200 hover:border-white/20 hover:bg-white/10"
204204
onClick={() => {
205205
trackLichessConnectionInitiated('homepage')
@@ -214,7 +214,7 @@ export const HomeHero: React.FC<Props> = ({ scrollHandler }: Props) => {
214214
<span className="text-sm font-medium text-white/90 transition-colors duration-200 group-hover:text-white">
215215
Chess.com
216216
</span>
217-
</motion.button>
217+
</motion.button> */}
218218
</motion.div>
219219
)}
220220
</div>

0 commit comments

Comments
 (0)