Skip to content

Commit f8280da

Browse files
authored
Typo (#543)
1 parent e5dacac commit f8280da

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@
1515
</a>
1616
</p>
1717

18-
> Website to display awesome insights about organization open source activity
18+
> Website to display awesome insights about organization open source activity.
1919
2020
## ✨Homepage
2121

2222
[https://oss.zenika.com](https://oss.zenika.com)
2323

2424
## Zenika Hacktoberfest Leaderboard
2525

26-
⚠️ **You must be part of Zenika company to participate to the leaderboard** ⚠️
26+
⚠️ **You must be part of the Zenika company to participate to the leaderboard.** ⚠️
2727

28-
Zenika Hacktoberfest Leaderboard: [https://oss.zenika.com/contributors](https://oss.zenika.com/contributors)
28+
Zenika Hacktoberfest Leaderboard: [https://oss.zenika.com/contributors](https://oss.zenika.com/contributors).
2929

30-
To be added to the leaderboard you must add your GitHub username and Zenika location in the `/src/app/hacktoberfest.json/route.ts` file.
30+
To be added to the leaderboard you must add your GitHub or GitLab username and your Zenika location in the `/src/app/hacktoberfest.json/route.ts` file.
3131

3232
**You will need:**
3333

3434
- a [GitHub account](https://github.com) or a [GitLab account](https://gitlab.com/).
3535
- to be registered to [Hacktoberfest website](https://hacktoberfest.digitalocean.com/).
36-
- belongs to Zenika company.
36+
- to belong to the Zenika company.
3737

3838
**Then you can make a PR to add your name:**
3939

4040
1. Fork this repository
41-
2. Edit the `/src/app/hacktoberfest.json/route.ts` file by adding your informations to the `hacktoberfestData` array like this :
41+
2. Edit the `/src/app/hacktoberfest.json/route.ts` file by adding your information to the `hacktoberfestData` array like this:
4242

4343
```
4444
{
@@ -53,7 +53,7 @@ To be added to the leaderboard you must add your GitHub username and Zenika loca
5353
}
5454
```
5555

56-
⚠️ Please copy/paste one of the following location:
56+
⚠️ Please copy/paste one of the following locations:
5757

5858
- "Bordeaux, FR"
5959
- "Brest, FR"
@@ -78,7 +78,7 @@ To be added to the leaderboard you must add your GitHub username and Zenika loca
7878
7979
Once reviewed and merged, it may take one hour before the website is updated (cache stuff :)
8080

81-
Zenika Hacktoberfest Leaderboard: [https://oss.zenika.com/hacktoberfest.html](https://oss.zenika.com/hacktoberfest.html)
81+
Zenika Hacktoberfest Leaderboard: [https://oss.zenika.com/hacktoberfest.html](https://oss.zenika.com/hacktoberfest.html).
8282

8383
## 📦 Install
8484

src/components/sections/contribution-stats.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const stats = [
66
id: '1',
77
icon: Users,
88
value: '50+',
9-
label: 'Zenika members contributor to Open Source',
9+
label: 'Zenika members contributing to Open Source',
1010
},
1111
{
1212
id: '2',
@@ -18,7 +18,7 @@ const stats = [
1818
id: '6',
1919
icon: FolderGit2,
2020
value: '100+',
21-
label: 'Projects Maintained',
21+
label: 'Projects maintained',
2222
},
2323
];
2424

src/components/sections/featured-projects.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const mockProjects: Project[] = [
1616
{
1717
id: '2',
1818
name: 'Awesome Remote',
19-
description: '😎 Awesome lists about remote work',
19+
description: '😎 Awesome lists about remote work.',
2020
imageUrl: '/awesome-remote.jpeg',
2121
imageHint: 'ui components',
2222
repoUrl: 'https://github.com/zenika-open-source/awesome-remote-work',
@@ -34,9 +34,9 @@ const mockProjects: Project[] = [
3434
},
3535
{
3636
id: '4',
37-
name: 'Code moi un mouton',
37+
name: 'Code-moi un mouton',
3838
description:
39-
'A starter project to animate workshop in school to discover development for children.',
39+
'A starter project to animate workshops in school to teach the children some basics in programmation.',
4040
imageUrl: '/code-moi-mouton.jpeg',
4141
imageHint: 'blockchain security',
4242
repoUrl: 'https://github.com/zenika-open-source/code-moi-un-mouton',

src/components/sections/white-paper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const mockWhitePaper: Resource[] = [
2323
},
2424
{
2525
id: '3',
26-
link: 'string',
26+
link: '',
2727
title: 'Chapter 3: Promotion',
2828
type: 'WhitePaper',
2929
description:

0 commit comments

Comments
 (0)