Update page title on index.tsx

This commit is contained in:
SD-Chris 2025-07-05 08:47:07 -05:00 committed by GitHub
parent 4db50a02c7
commit b6eab3f886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ export default function Starter() {
const [contentPosition, setContentPosition] = useState('right'); const [contentPosition, setContentPosition] = useState('right');
const textColor = useAppSelector((state) => state.style.linkColor); const textColor = useAppSelector((state) => state.style.linkColor);
const title = 'PaperClaimsai'; const title = 'PaperClaims.ai';
// Fetch Pexels image/video // Fetch Pexels image/video
useEffect(() => { useEffect(() => {