-
+
)
}
\ 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,
},