diff options
| author | 2023-05-03 01:19:42 +0800 | |
|---|---|---|
| committer | 2023-05-03 01:19:42 +0800 | |
| commit | 4ddbf86780b7dd2f74f8fcc037ede1222f73f81e (patch) | |
| tree | 488c9aa8c5880780365031da883b1b97bc4e593f | |
| parent | 243d978d70856e7686a7fe7540748181dcbfb057 (diff) | |
| download | HydroRoll-4ddbf86780b7dd2f74f8fcc037ede1222f73f81e.tar.gz HydroRoll-4ddbf86780b7dd2f74f8fcc037ede1222f73f81e.zip | |
| -rw-r--r-- | docs/components/pages/landing/index.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/pages/landing/index.tsx b/docs/components/pages/landing/index.tsx index 239d696..43e1d81 100644 --- a/docs/components/pages/landing/index.tsx +++ b/docs/components/pages/landing/index.tsx @@ -60,7 +60,7 @@ function Card({ }: { href: string; icon: React.ElementType; - title: "repo" | "pack"; + title: "AI" | "TRPG"; alt?: string; className?: string; children: React.ReactNode; @@ -93,7 +93,7 @@ function Card({ </div> <div className="flex flex-col items-center flex-1"> - {title == "pack" ? ( + {title == "TRPG" ? ( <PackLogo alt={alt} className="w-[160px] md:w-[220px] mb-3 fill-black dark:fill-white" @@ -119,7 +119,7 @@ function SiteCards() { title="AI" alt="HydroRollAI" icon={HydroRollAI} - href="/repo" + href="/AI" className="turborepoCardBg" > <p className="text-lg !w-[280px] md:!w-[340px] font-space-grotesk text-center opacity-50 dark:opacity-70"> |
