File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments