Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(website): update contributors #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions website/src/components/Community.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ import { Image } from "astro:assets";
<div class="contributor-row">
<Image
class="contributor-avatar"
src=https://avatars.githubusercontent.com/u/5262527?v=4
alt="User diokey"
src=https://avatars.githubusercontent.com/u/41323220?v=4
alt="User yeonjuan"
width="84"
height="84"
/>
<Image
class="contributor-avatar"
src=https://avatars.githubusercontent.com/u/41323220?v=4
alt="User yeonjuan"
src=https://avatars.githubusercontent.com/u/5262527?v=4
alt="User diokey"
width="84"
height="84"
/>
Expand Down Expand Up @@ -183,22 +183,22 @@ import { Image } from "astro:assets";
/>
<Image
class="contributor-avatar"
src=https://avatars.githubusercontent.com/u/1430279?v=4
alt="User Boshen"
src=https://avatars.githubusercontent.com/u/62130798?v=4
alt="User togami2864"
width="84"
height="84"
/>
<Image
class="contributor-avatar"
src=https://avatars.githubusercontent.com/u/19197564?v=4
alt="User Kelbie"
src=https://avatars.githubusercontent.com/u/1430279?v=4
alt="User Boshen"
width="84"
height="84"
/>
<Image
class="contributor-avatar"
src=https://avatars.githubusercontent.com/u/62130798?v=4
alt="User togami2864"
src=https://avatars.githubusercontent.com/u/19197564?v=4
alt="User Kelbie"
width="84"
height="84"
/>
Expand Down Expand Up @@ -234,8 +234,8 @@ import { Image } from "astro:assets";
/>
<Image
class="contributor-avatar"
src=https://avatars.githubusercontent.com/u/952783?v=4
alt="User jamiebuilds"
src=https://avatars.githubusercontent.com/u/53496941?v=4
alt="User SuperchupuDev"
width="84"
height="84"
/>
Expand Down
Loading