Skip to content

Commit b0aceb0

Browse files
authored
Merge branch 'main' into fix/#12-main-header-ui-optimization
2 parents 8823767 + 51c2949 commit b0aceb0

29 files changed

Lines changed: 743 additions & 200 deletions

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,24 @@
111111
"contributions": [
112112
"code"
113113
]
114+
},
115+
{
116+
"login": "rmbarley",
117+
"name": "Ryan Barley",
118+
"avatar_url": "https://avatars.githubusercontent.com/u/3730559?v=4",
119+
"profile": "http://ryanbarley.dev",
120+
"contributions": [
121+
"code"
122+
]
123+
},
124+
{
125+
"login": "PriscaTonia",
126+
"name": "Onwudebelu Prisca Ebubechukwu",
127+
"avatar_url": "https://avatars.githubusercontent.com/u/60774343?v=4",
128+
"profile": "http://prisca.vercel.app",
129+
"contributions": [
130+
"code"
131+
]
114132
}
115133
],
116134
"commitType": "docs",

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ Thanks goes to these wonderful people:
274274
<td align="center" valign="top" width="14.28%"><a href="https://www.anasfarooq.com/"><img src="https://avatars.githubusercontent.com/u/173719230?v=4?s=100" width="100px;" alt="Muhammad Anas Farooq"/><br /><sub><b>Muhammad Anas Farooq</b></sub></a><br /><a href="https://github.com/OpenCodeChicago/hacktoberfest-2025-frontend/commits?author=anasfarock" title="Code">💻</a> <a href="https://github.com/OpenCodeChicago/hacktoberfest-2025-frontend/commits?author=anasfarock" title="Tests">⚠️</a></td>
275275
<td align="center" valign="top" width="14.28%"><a href="https://github.com/anantjain-afk"><img src="https://avatars.githubusercontent.com/u/188947462?v=4?s=100" width="100px;" alt="anantjain-afk"/><br /><sub><b>anantjain-afk</b></sub></a><br /><a href="https://github.com/OpenCodeChicago/hacktoberfest-2025-frontend/commits?author=anantjain-afk" title="Code">💻</a></td>
276276
<td align="center" valign="top" width="14.28%"><a href="https://github.com/shiv7shukla"><img src="https://avatars.githubusercontent.com/u/185540301?v=4?s=100" width="100px;" alt="shiv7shukla"/><br /><sub><b>shiv7shukla</b></sub></a><br /><a href="https://github.com/OpenCodeChicago/hacktoberfest-2025-frontend/commits?author=shiv7shukla" title="Code">💻</a></td>
277+
<td align="center" valign="top" width="14.28%"><a href="http://ryanbarley.dev"><img src="https://avatars.githubusercontent.com/u/3730559?v=4?s=100" width="100px;" alt="Ryan Barley"/><br /><sub><b>Ryan Barley</b></sub></a><br /><a href="https://github.com/OpenCodeChicago/hacktoberfest-2025-frontend/commits?author=rmbarley" title="Code">💻</a></td>
278+
<td align="center" valign="top" width="14.28%"><a href="http://prisca.vercel.app"><img src="https://avatars.githubusercontent.com/u/60774343?v=4?s=100" width="100px;" alt="Onwudebelu Prisca Ebubechukwu"/><br /><sub><b>Onwudebelu Prisca Ebubechukwu</b></sub></a><br /><a href="https://github.com/OpenCodeChicago/hacktoberfest-2025-frontend/commits?author=PriscaTonia" title="Code">💻</a></td>
277279
</tr>
278280
</tbody>
279281
</table>

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"react": "19.1.1",
6565
"react-dom": "19.1.1",
6666
"react-helmet-async": "^2.0.5",
67+
"react-icons": "^5.5.0",
6768
"react-redux": "^9.2.0",
6869
"react-router-dom": "^7.9.3",
6970
"react-slick": "^0.31.0",
356 KB
Loading
2.39 MB
Loading
1.78 MB
Loading
1.54 MB
Loading
2.85 MB
Loading
1.56 MB
Loading

0 commit comments

Comments
 (0)