Skip to content

Commit 59bf26c

Browse files
authored
Merge pull request #14 from internet-development/caidanw/fix-avatars
feat: update avatars
2 parents aaabe9c + bd88373 commit 59bf26c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,15 +243,15 @@ export default async function Page(props) {
243243
<br />
244244
<br />
245245
<Card title="EXAMPLE">
246-
<Avatar src="https://pbs.twimg.com/profile_images/1892435035430801409/ExonBPYi_400x400.jpg" href="https://internet.dev" target="_blank" />
246+
<Avatar src="https://pbs.twimg.com/profile_images/1934755236364865537/OxJve4Jp_400x400.jpg" href="https://internet.dev" target="_blank" />
247247
<Avatar src="https://pbs.twimg.com/profile_images/1925213285663805441/fUiKWlj2_400x400.jpg" href="https://internet.dev" target="_blank" />
248248
<Avatar src="https://pbs.twimg.com/profile_images/1890125319224598528/ZILr9OGp_400x400.jpg" href="https://internet.dev" target="_blank" />
249249
<Avatar src="https://pbs.twimg.com/profile_images/1748647089633169408/B7vd7ito_400x400.jpg" href="https://internet.dev" target="_blank" />
250250
<Avatar src="https://pbs.twimg.com/profile_images/1841883108305731585/3rhRm7aY_400x400.jpg" href="https://internet.dev" target="_blank" />
251251
<Avatar src="https://avatars.githubusercontent.com/u/10610892?v=4" href="https://internet.dev" target="_blank" />
252252
<br />
253253
<br />
254-
<Avatar src="https://pbs.twimg.com/profile_images/1892435035430801409/ExonBPYi_400x400.jpg" href="https://x.com/aalimbuyuguen" target="_blank">
254+
<Avatar src="https://pbs.twimg.com/profile_images/1934755236364865537/OxJve4Jp_400x400.jpg" href="https://x.com/aalimbuyuguen" target="_blank">
255255
<Indent>
256256
ANDREW ALIMBUYUGUEN
257257
<br />
@@ -272,9 +272,9 @@ export default async function Page(props) {
272272
Webmaster
273273
</Indent>
274274
</Avatar>
275-
<Avatar src="https://pbs.twimg.com/profile_images/1841883108305731585/3rhRm7aY_400x400.jpg" href="https://x.com/xbalbinus" target="_blank">
275+
<Avatar src="https://pbs.twimg.com/profile_images/1919579065444663300/cxCRW91y_400x400.jpg" href="https://x.com/caidanwilliams" target="_blank">
276276
<Indent>
277-
XIANGAN HE
277+
CAIDAN WILLIAMS
278278
<br />
279279
Webmaster
280280
</Indent>

0 commit comments

Comments
 (0)