Skip to content

Commit 3d41186

Browse files
committed
add Spring Boot logo to README and bump issue count to 138
1 parent 19f12fd commit 3d41186

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ our journey of coding, collaboration, and creativity!
5454
![F#](https://img.shields.io/badge/F%23-378BBA.svg?style=for-the-badge&logo=fsharp&logoColor=fff)
5555
![Ada](https://img.shields.io/badge/Ada-%23Clojure.svg?style=for-the-badge&logo=Ada&logoColor=white)
5656
![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)
57+
![Spring Boot](https://img.shields.io/badge/spring_boot-%23009639.svg?style=for-the-badge&logo=spring_boot&logoColor=white)
5758
![Kotlin](https://img.shields.io/badge/kotlin-%237F52FF.svg?style=for-the-badge&logo=kotlin&logoColor=white)
5859
![Scala](https://img.shields.io/badge/scala-%23E32F26.svg?style=for-the-badge&logo=scala&logoColor=white)
5960
![Groovy](https://img.shields.io/badge/Groovy-4298B8.svg?style=for-the-badge&logo=Apache+Groovy&logoColor=white)

components/sections/Features.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const features = [
1313
{
1414
name: 'Open Source Learning',
1515
description:
16-
'Practice real-world open source contribution with 137 beginner-friendly issues across various programming languages and frameworks.',
16+
'Practice real-world open source contribution with 138 beginner-friendly issues across various programming languages and frameworks.',
1717
icon: CodeBracketIcon
1818
},
1919
{

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function Home() {
9696
"Fork, Commit, Merge" is an educational and practical project
9797
aimed at helping developers to improve their skills in open-source contribution,
9898
problem-solving, finding bugs, testing, and much more in{' '}
99-
<span className='text-green-400'>137</span> individual issues
99+
<span className='text-green-400'>138</span> individual issues
100100
covering various programming languages, libraries and
101101
frameworks.
102102
</p>

0 commit comments

Comments
 (0)