Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/helper/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const projects = [
{
name: 'OpenChat',
description:
'a decentralised platform for secure and private messaging and file sharing built on top of blockchain',
'A decentralised platform for secure and private messaging and file sharing built on top of blockchain',
link: { href: '#', label: 'OpenChat' },
logo: DefaultLogo,
},
Expand All @@ -75,7 +75,7 @@ const projects = [
{
name: 'Social Street Smart',
description:
'With the adevent of Internet, the problems faced by the people have also grown. These include abusive languages.',
'With the advent of the Internet, the problems faced by the people have also grown. These include abusive languages.',
link: {
href: 'https://github.com/AOSSIE-Org/Social-Street-Smart',
label: 'Social-Street-Smart',
Expand Down
4 changes: 2 additions & 2 deletions src/pages/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const Cards = () => {
>
<CardContent sx={{ flexGrow: 1, textAlign: 'center' }}>
<Image
src={project.logo}
alt={`${project.title} image`}
src={project.logo }
alt={`${project.name} image`}
width={80}
height={80}
style={{ margin: '0 auto 16px', objectFit: 'contain' }}
Expand Down