diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-11 15:27:25 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-11 15:30:50 -0500 |
| commit | 057f3e9c533704d9f1d695e8df9c4779c983c337 (patch) | |
| tree | 581a6e1cf1438792ba4fcabe1a2ac50ec2e53b4a /src | |
| parent | 76427c9f130adb90f90cccc84b92dd49f5147ed5 (diff) | |
Update contributors
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/page.tsx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx index c3b4d49..e7e0429 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,6 +124,12 @@ export default function HomePage() { }, { avatar: + 'https://avatars.githubusercontent.com/u/24687853?s=120&v=4', + user: 'Max-TheCat', + name: 'Max', + }, + { + avatar: 'https://avatars.githubusercontent.com/u/10518723?s=120&v=4', user: 'ankitbahl', name: 'Ankit Bahl', @@ -146,7 +152,7 @@ export default function HomePage() { width={60} height={60} alt={contributor.user} - className="rounded-full" + className="rounded-full border hover:scale-110 transition-transform" /> </a> </li> |
