Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogita Jha committed Sep 22, 2024
1 parent 62dad52 commit 0e5ed44
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions client/src/components/home/history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ const History: React.FC = () => {
|
</motion.span>
</motion.h2>
<motion.p
className="text-base lg:text-lg xl:text-xl text-gray-400 mt-4 mx-auto max-w-6xl text-left"
variants={paragraphVariants}
>
We are a technology-driven Data Science-based student-led Innovation community at SRMIST.
Our aim is to foster development and entrepreneurial skills among students and work as a community that inspires thousands.
</motion.p>
<motion.p
className="text-base lg:text-lg xl:text-xl text-gray-400 mt-4 mx-auto max-w-6xl text-center"
variants={paragraphVariants}
>
We are a technology-driven, Data Science-based, student-led innovation community at SRMIST.
Our aim is to foster development and entrepreneurial skills among students and work as a community that inspires thousands.
</motion.p>

</motion.div>
</motion.section>
);
Expand Down

0 comments on commit 0e5ed44

Please sign in to comment.