We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c705206 commit b49f8b7Copy full SHA for b49f8b7
1 file changed
src/components/Home/HomeHero.tsx
@@ -145,7 +145,7 @@ export const HomeHero: React.FC<Props> = ({ scrollHandler }: Props) => {
145
<div className="flex w-full flex-col items-start justify-center gap-6 md:w-[45%] md:gap-8">
146
<div className="flex flex-col gap-3 md:gap-4">
147
<motion.h1 className="whitespace-nowrap text-4xl font-bold leading-tight text-white md:text-5xl">
148
- The human chess AI
+ Human-like chess AI
149
</motion.h1>
150
<motion.p className="text-xl text-white/80 md:text-2xl">
151
Maia is a neural network chess model that captures human style.
0 commit comments