diff --git a/apps/agri-mitra/src/components/LaunchPage/index.tsx b/apps/agri-mitra/src/components/LaunchPage/index.tsx index d96d4e8..d741dcc 100644 --- a/apps/agri-mitra/src/components/LaunchPage/index.tsx +++ b/apps/agri-mitra/src/components/LaunchPage/index.tsx @@ -1,10 +1,8 @@ import styles from './index.module.css'; import Logo from "../../assets/images/MOA_logo.png"; import Image from "next/image"; -import { useLocalization } from '../../hooks'; function LaunchPage() { - const t = useLocalization(); return (
- {t('label.splash_title')} + Kisan e-Mitra
) }