aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/logos/AILogo.tsx (renamed from docs/components/logos/RepoLogo.tsx)4
-rw-r--r--docs/components/logos/TRPGLogo.tsx (renamed from docs/components/logos/PackLogo.tsx)0
-rw-r--r--docs/components/pages/AI-home/AIHero.tsx2
-rw-r--r--docs/components/pages/TRPG-home/PackHero.tsx2
-rw-r--r--docs/components/pages/landing/index.tsx4
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/components/logos/RepoLogo.tsx b/docs/components/logos/AILogo.tsx
index e1b64ac..caeb351 100644
--- a/docs/components/logos/RepoLogo.tsx
+++ b/docs/components/logos/AILogo.tsx
@@ -1,7 +1,7 @@
const RepoLogo = (props) => (
<svg {...props} viewBox="0 0 506 50" xmlns="http://www.w3.org/2000/svg">
- <title>Turborepo logo</title>
- <path d="M2797 9163 c-4 -3 -7 -17 -7 -30 0 -22 3 -23 68 -23 53 0 79 -6 120 -26 94 -47 87 26 87 -914 l0 -825 -23 -36 c-31 -51 -81 -72 -174 -77 -74 -4 -78 -5 -78 -28 l0 -24 520 0 520 0 0 25 c0 24 -3 25 -57 25 -32 0 -75 5 -96 11 -54 15 -106 65 -117 114 -5 22 -10 205 -10 408 l0 367 351 0 350 0 -3 -392 c-3 -388 -3 -393 -26 -429 -30 -50 -99 -79 -186 -79 -64 0 -66 -1 -66 -25 l0 -25 520 0 520 0 0 25 c0 24 -3 25 -57 25 -124 0 -199 48 -214 136 -12 73 -11 1540 1 1605 18 93 85 138 203 139 l68 0 -3 28 -3 27 -515 0 -515 0 -3 -27 -3 -28 68 0 c54 0 80 -6 121 -26 89 -44 87 -34 90 -456 l3 -368 -350 0 -351 0 0 338 c0 196 5 356 11 382 19 85 89 129 202 130 l67 0 0 30 0 30 -513 0 c-283 0 -517 -3 -520 -7z" />
+ <title>HydroRollAI logo</title>
+ <path d="M53.7187 12.0038V1.05332H0.945312V12.0038H20.8673V48.4175H33.7968V12.0038H53.7187Z" />
<path d="M83.5362 49.1431C99.764 49.1431 108.67 40.8972 108.67 27.3081V1.05332H95.7401V26.0547C95.7401 33.6409 91.7821 37.9287 83.5362 37.9287C75.2904 37.9287 71.3324 33.6409 71.3324 26.0547V1.05332H58.4029V27.3081C58.4029 40.8972 67.3084 49.1431 83.5362 49.1431Z" />
<path d="M128.462 32.7174H141.325L151.484 48.4175H166.327L154.848 31.3321C161.313 29.0232 165.271 23.8778 165.271 16.8853C165.271 6.72646 157.685 1.05332 146.141 1.05332H115.532V48.4175H128.462V32.7174ZM128.462 22.4925V11.8719H145.481C150.033 11.8719 152.54 13.8509 152.54 17.2152C152.54 20.3816 150.033 22.4925 145.481 22.4925H128.462Z" />
<path d="M171.287 48.4175H205.128C215.683 48.4175 221.752 43.404 221.752 35.0262C221.752 29.419 218.189 25.593 213.967 23.8778C216.87 22.4925 220.432 19.1942 220.432 13.9828C220.432 5.60502 214.495 1.05332 204.006 1.05332H171.287V48.4175ZM183.689 19.59V11.542H202.687C206.249 11.542 208.228 12.9273 208.228 15.566C208.228 18.2047 206.249 19.59 202.687 19.59H183.689ZM183.689 29.2871H203.875C207.371 29.2871 209.284 31.0022 209.284 33.5749C209.284 36.1476 207.371 37.8628 203.875 37.8628H183.689V29.2871Z" />
diff --git a/docs/components/logos/PackLogo.tsx b/docs/components/logos/TRPGLogo.tsx
index ddb1d36..ddb1d36 100644
--- a/docs/components/logos/PackLogo.tsx
+++ b/docs/components/logos/TRPGLogo.tsx
diff --git a/docs/components/pages/AI-home/AIHero.tsx b/docs/components/pages/AI-home/AIHero.tsx
index 5636cc2..0516d5f 100644
--- a/docs/components/pages/AI-home/AIHero.tsx
+++ b/docs/components/pages/AI-home/AIHero.tsx
@@ -6,7 +6,7 @@ import { HeroText, SectionSubtext } from "../home-shared/Headings";
import { Gradient } from "../home-shared/Gradient";
import { FadeIn } from "../home-shared/FadeIn";
import { CTAButton } from "../home-shared/CTAButton";
-import RepoLogo from "../../logos/RepoLogo";
+import RepoLogo from "../../logos/AILogo";
export function AIHero() {
return (
diff --git a/docs/components/pages/TRPG-home/PackHero.tsx b/docs/components/pages/TRPG-home/PackHero.tsx
index 38c773b..d2f271b 100644
--- a/docs/components/pages/TRPG-home/PackHero.tsx
+++ b/docs/components/pages/TRPG-home/PackHero.tsx
@@ -8,7 +8,7 @@ import { HeroText, SectionSubtext } from "../home-shared/Headings";
import { Gradient } from "../home-shared/Gradient";
import { FadeIn } from "../home-shared/FadeIn";
import { CTAButton } from "../home-shared/CTAButton";
-import PackLogo from "../../logos/PackLogo";
+import PackLogo from "../../logos/TRPGLogo";
export function PackHero() {
return (
diff --git a/docs/components/pages/landing/index.tsx b/docs/components/pages/landing/index.tsx
index 1c71d1b..0cf3ea3 100644
--- a/docs/components/pages/landing/index.tsx
+++ b/docs/components/pages/landing/index.tsx
@@ -11,8 +11,8 @@ import { HydroRollTRPG } from "./HydroRollTRPG";
import { FadeIn } from "../home-shared/FadeIn";
import { LandingPageGlobalStyles } from "../home-shared/GlobalStyles";
import styles from "./index.module.css";
-import PackLogo from "../../logos/PackLogo";
-import RepoLogo from "../../logos/RepoLogo";
+import PackLogo from "../../logos/TRPGLogo";
+import RepoLogo from "../../logos/AILogo";
function Background() {
return (