diff --git a/src/components/Common/Header.tsx b/src/components/Common/Header.tsx index 6c88aea8..fa9d095b 100644 --- a/src/components/Common/Header.tsx +++ b/src/components/Common/Header.tsx @@ -212,7 +212,7 @@ export const Header: React.FC = () => { href="/openings" className={`px-2 py-1 transition-all duration-200 hover:!text-primary ${router.pathname.startsWith('/openings') ? '!text-primary' : '!text-primary/80'}`} > - OPENINGS + PRACTICE { Puzzles - Openings + Practice Bot-or-not diff --git a/src/components/Home/HomeHero.tsx b/src/components/Home/HomeHero.tsx index f5ad0d1c..be9f8305 100644 --- a/src/components/Home/HomeHero.tsx +++ b/src/components/Home/HomeHero.tsx @@ -229,7 +229,7 @@ export const HomeHero: React.FC = ({ scrollHandler }: Props) => { /> , - title: 'Openings Practice', + title: 'Practice', description: "Drill chess openings against Maia models calibrated to specific rating levels, allowing you to practice against opponents similar to those you'll face.", - action: { type: 'link', href: '/openings', label: 'Practice Openings' }, + action: { type: 'link', href: '/openings', label: 'Practice' }, iconBgColor: 'bg-human-3/10', iconTextColor: 'text-human-3', }, diff --git a/src/components/Openings/OpeningSelectionModal.tsx b/src/components/Openings/OpeningSelectionModal.tsx index a16c8da1..449cf377 100644 --- a/src/components/Openings/OpeningSelectionModal.tsx +++ b/src/components/Openings/OpeningSelectionModal.tsx @@ -414,7 +414,7 @@ const BrowsePanel: React.FC<{ } const renderTabs = () => ( -
+
{[ { label: 'Openings', value: 'openings' as const }, { label: 'Endgames', value: 'endgames' as const }, @@ -2719,13 +2719,13 @@ export const OpeningSelectionModal: React.FC = ({ initial={{ opacity: 0 }} animate={{ opacity: 1 }} exit={{ opacity: 0 }} - className="relative flex h-[90vh] max-h-[900px] w-[98vw] max-w-[1320px] flex-col items-start justify-start overflow-hidden rounded-xl border border-glass-border bg-[#231d1a] backdrop-blur-md md:h-[90vh]" + className="relative flex h-[90vh] max-h-[900px] w-[98vw] max-w-[1320px] flex-col items-start justify-start overflow-hidden rounded-xl border border-glass-border bg-[#171513] shadow-[0_30px_90px_rgba(0,0,0,0.5)] backdrop-blur-md md:h-[90vh]" >