From b6eab3f88684cf4bea01f56dbf364ec0993a9ab1 Mon Sep 17 00:00:00 2001 From: SD-Chris Date: Sat, 5 Jul 2025 08:47:07 -0500 Subject: [PATCH] Update page title on index.tsx --- frontend/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index 0de5dc1..e224e17 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -26,7 +26,7 @@ export default function Starter() { const [contentPosition, setContentPosition] = useState('right'); const textColor = useAppSelector((state) => state.style.linkColor); - const title = 'PaperClaimsai'; + const title = 'PaperClaims.ai'; // Fetch Pexels image/video useEffect(() => {