From 5488ef264673b78c45eb0dd6495795fd4f39d2fc Mon Sep 17 00:00:00 2001 From: Adarsh Singh Tomar Date: Wed, 14 Aug 2024 23:42:54 +0530 Subject: [PATCH] Update platform description for clarity and grammar --- src/components/Banner.jsx | 8 +++----- src/components/CardEffect.jsx | 5 +++-- src/components/TimelineElement.jsx | 2 +- src/helper/projects.js | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/components/Banner.jsx b/src/components/Banner.jsx index 33755b2..8921148 100644 --- a/src/components/Banner.jsx +++ b/src/components/Banner.jsx @@ -17,11 +17,9 @@ export function Banner() { Learn how to apply for an opportunity to work on open-source projects and gain real-world experience through Google Summer of Code.

- - - Apply to GSoC with AOSSIE - - + + Apply to GSoC with AOSSIE +
diff --git a/src/components/CardEffect.jsx b/src/components/CardEffect.jsx index 21733d8..b715cfb 100644 --- a/src/components/CardEffect.jsx +++ b/src/components/CardEffect.jsx @@ -1,8 +1,9 @@ import Image from 'next/image' +import Link from 'next/link' export function CardEffect({heading, content, logo}) { return ( - + {/* */} {/*
*/} @@ -22,6 +23,6 @@ export function CardEffect({heading, content, logo}) {

{content}

-
+ ) } \ No newline at end of file diff --git a/src/components/TimelineElement.jsx b/src/components/TimelineElement.jsx index 9e977f5..ff4c05c 100644 --- a/src/components/TimelineElement.jsx +++ b/src/components/TimelineElement.jsx @@ -11,7 +11,7 @@ export function TimelineElement({ title, description, button, time, link, classC

{title}

{description}

- {button} + {button} ) } diff --git a/src/helper/projects.js b/src/helper/projects.js index 6d8689a..973cd93 100644 --- a/src/helper/projects.js +++ b/src/helper/projects.js @@ -53,7 +53,7 @@ const projects = [ { name: 'OpenChat', description: - 'a decentralised platform for secure and private messaging and file sharing built on top of blockchain', + 'A decentralized platform for secure and private messaging and file sharing, built on blockchain technology.', link: { href: '#', label: 'OpenChat' }, logo: DefaultLogo, },