Skip to content

Commit

Permalink
removed splash title (#33)
Browse files Browse the repository at this point in the history
* removed splash title
  • Loading branch information
prtkjakhar authored Jul 14, 2023
1 parent d4fc3af commit 84376ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/agri-mitra/src/components/LaunchPage/index.tsx
Original file line number Diff line number Diff line change
@@ -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 (
<div className={`${styles.container}`}>
<Image
Expand All @@ -14,7 +12,7 @@ function LaunchPage() {
width={235}
height={235}
/>
<span>{t('label.splash_title')}</span>
<span>Kisan e-Mitra</span>
</div>
)
}
Expand Down

1 comment on commit 84376ac

@vercel
Copy link

@vercel vercel bot commented on 84376ac Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.