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.
{content}
{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, }, diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 2193d69..dbe3a10 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -60,7 +60,7 @@ export default function Home() {The following projects are currently actively maintained and mentors are available!