Skip to content

Commit b49f8b7

Browse files
fix: human to human-like
1 parent c705206 commit b49f8b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Home/HomeHero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const HomeHero: React.FC<Props> = ({ scrollHandler }: Props) => {
145145
<div className="flex w-full flex-col items-start justify-center gap-6 md:w-[45%] md:gap-8">
146146
<div className="flex flex-col gap-3 md:gap-4">
147147
<motion.h1 className="whitespace-nowrap text-4xl font-bold leading-tight text-white md:text-5xl">
148-
The human chess AI
148+
Human-like chess AI
149149
</motion.h1>
150150
<motion.p className="text-xl text-white/80 md:text-2xl">
151151
Maia is a neural network chess model that captures human style.

0 commit comments

Comments
 (0)