diff options
| author | 2023-05-03 01:18:02 +0800 | |
|---|---|---|
| committer | 2023-05-03 01:18:02 +0800 | |
| commit | 243d978d70856e7686a7fe7540748181dcbfb057 (patch) | |
| tree | 0965a3ead4f8a567a05061314450d5eca87e9137 /docs/components | |
| parent | e639d23df44202c6b9e39c871d7a73dcc4fbc1e2 (diff) | |
| download | HydroRoll-243d978d70856e7686a7fe7540748181dcbfb057.tar.gz HydroRoll-243d978d70856e7686a7fe7540748181dcbfb057.zip | |
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/logos/TurboAnimated.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/logos/TurboAnimated.tsx b/docs/components/logos/TurboAnimated.tsx index c70f42d..5c63f30 100644 --- a/docs/components/logos/TurboAnimated.tsx +++ b/docs/components/logos/TurboAnimated.tsx @@ -25,7 +25,7 @@ const TurboAnimated = ({ height = 32, className = "" }: LogoProps) => { fill="none" xmlns="http://www.w3.org/2000/svg" > - <title>Turborepo</title> + <title>AI</title> <defs> <linearGradient @@ -59,9 +59,9 @@ const TurboAnimated = ({ height = 32, className = "" }: LogoProps) => { <g mask="url(#logo-mask)" transform={`translate(${LEFT_PADDING},0)`}> <AnimatePresence mode="sync" initial={false}> - {site === "repo" || site === undefined ? ( + {site === "AI" || site === undefined ? ( <motion.g - key="turborepo" + key="HydroRollAI" variants={variants} initial="hidden" animate="visible" @@ -82,7 +82,7 @@ const TurboAnimated = ({ height = 32, className = "" }: LogoProps) => { </motion.g> ) : ( <motion.g - key="turbopack" + key="HydroRollTRPG" variants={variants} initial="hidden" animate="visible" |
