Update contributors

This commit is contained in:
Sebastien Castiel
2024-01-11 15:27:25 -05:00
parent 76427c9f13
commit 057f3e9c53

View File

@@ -122,6 +122,12 @@ export default function HomePage() {
user: 'ChristopherJohnston', user: 'ChristopherJohnston',
name: 'Chris Johnston', name: 'Chris Johnston',
}, },
{
avatar:
'https://avatars.githubusercontent.com/u/24687853?s=120&v=4',
user: 'Max-TheCat',
name: 'Max',
},
{ {
avatar: avatar:
'https://avatars.githubusercontent.com/u/10518723?s=120&v=4', 'https://avatars.githubusercontent.com/u/10518723?s=120&v=4',
@@ -146,7 +152,7 @@ export default function HomePage() {
width={60} width={60}
height={60} height={60}
alt={contributor.user} alt={contributor.user}
className="rounded-full" className="rounded-full border hover:scale-110 transition-transform"
/> />
</a> </a>
</li> </li>