Skip to content

Commit 9a9cb71

Browse files
Add Contributor Wall route to Home page
1 parent 44d3d0e commit 9a9cb71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Home.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const dashboards = [
3333
{ path: '/jokes-quotes', title: 'Jokes & Quotes', desc: 'Random jokes & inspiration' },
3434
{ path: '/pets', title: 'Pets Images', desc: 'Random dog & cat images' },
3535
{ path: '/covid', title: 'COVID-19 Stats', desc: 'Global & country data' },
36+
{ path: '/contributors', title: 'Contributor Wall', desc: 'Our Contributors' },
3637
];
3738

3839
export default function Home() {

0 commit comments

Comments
 (0)