Skip to content

Commit 15f7949

Browse files
authored
Merge pull request #212 from blueskyson/patch-1
2 parents 9e9fc04 + 9ed4ca1 commit 15f7949

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,14 @@ const projectList = [
11271127
description: 'Minimalistic, powerful and extremely customizable Zsh prompt',
11281128
tags: ['Shell', 'Zsh', 'Prompt', 'Productivity']
11291129
},
1130-
{
1130+
{
1131+
name: 'tldr',
1132+
imageSrc: 'https://raw.githubusercontent.com/tldr-pages/tldr/main/images/banner.png',
1133+
projectLink: 'https://github.com/tldr-pages/tldr',
1134+
description: 'Collaborative cheatsheets for console commands',
1135+
tags: ['Markdown', 'Docs', 'Beginner']
1136+
},
1137+
{
11311138
name: 'Codename One',
11321139
imageSrc: 'https://www.codenameone.com/wp-content/uploads/2020/08/footer-logo.png',
11331140
projectLink: 'https://github.com/codenameone/CodenameOne',

0 commit comments

Comments
 (0)