Skip to content

Commit be4306d

Browse files
authored
Merge pull request #273 from GmausDev/Add_Project_csharp
2 parents 7466a53 + 9bf7ea7 commit be4306d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,13 @@ const projectList = [
11591159
projectLink: 'https://github.com/mindsdb/mindsdb',
11601160
description: 'MindsDB is a ML-SQL Server that enables machine learning workflows for the most powerful databases and datawarehouses using SQL.',
11611161
tags: ['Database', 'MySQL', 'Machine Learning', 'Open Source', 'Productivity']
1162+
},
1163+
{
1164+
name: 'Osu!',
1165+
imageSrc: 'https://upload.wikimedia.org/wikipedia/commons/1/1e/Osu%21_Logo_2016.svg',
1166+
projectLink: 'https://github.com/ppy/osu',
1167+
description: 'Osu! is a free-to-play rhythm game primarily developed by the community.',
1168+
tags: ['Video Game', 'C#' , 'Music']
11621169
}
11631170
];
11641171
export default projectList;

0 commit comments

Comments
 (0)