-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix list of projects descriptions #409
base: source
Are you sure you want to change the base?
fix list of projects descriptions #409
Conversation
@@ -41,7 +41,7 @@ const projectList = [ | |||
"https://signal.org/assets/header/logo-f7ef605fe417d5520d38d546b3b774b4261c75220b9904da4d8b2ffc19a761ff.png", | |||
projectLink: "https://github.com/signalapp/Signal-Android", | |||
description: | |||
"Signal uses your phone's data connection (WiFi/3G/4G/5G) to communicate securely. Millions of people use Signal every day for free and instantaneous communication anywhere in the world. Send and receive high-fidelity messages, participate in HD voice/video calls, and explore a growing set of new features that help you stay connected. Signal’s advanced privacy-preserving technology is always enabled, so you can focus on sharing the moments that matter with the people who matter to you.", | |||
"Signal uses your phone's data connection (WiFi/3G/4G/5G) to communicate securely. Millions of people use Signal every day for free and instantaneous communication anywhere in the world. Send and receive high-fidelity messages, participate in HD voice/video calls, and explore a growing set of new features that help you stay connect. Signal’s advance privacy-preserving technology is always enabled, so you can focus on sharing the moments that matter with the people who matter to you.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change as it is perfectly fine as it is.
@@ -288,7 +288,7 @@ const projectList = [ | |||
name: "Neovim", | |||
imageSrc: "https://avatars0.githubusercontent.com/u/6471485?v=3&s=100", | |||
projectLink: "https://github.com/neovim/neovim/contribute", | |||
description: "Vim-fork focused on extensibility and usability.", | |||
description: "Vim-fork focus on extensibility and usability.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also shouldn't be changed.
@@ -847,7 +847,7 @@ const projectList = [ | |||
imageSrc: "https://avatars2.githubusercontent.com/u/8207060?s=200&v=4", | |||
projectLink: "https://github.com/Project-OSRM/osrm-backend", | |||
description: | |||
"High performance routing engine written in C++14 designed to run on OpenStreetMap data", | |||
"High performance routing engine written in C++14 design to run on OpenStreetMap data", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also revert this change.
#407