Skip to content

Commit

Permalink
Update members.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ota1022 authored Jan 9, 2025
1 parent 750c4e3 commit dd3cde1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,5 +540,16 @@ export const members: Member[] = [
githubUsername: "k-ngs",
twitterUsername: "koh_naga",
websiteUrl: "",
},
{
id: "iota",
name: "Itaru Ota",
avatarSrc: "/avatars/iota.jpg",
role: "Full Stack Engineer",
bio: "A.R.E.",
sources: ["https://zenn.dev/iorandd/feed"],
githubUsername: "Ota1022",
twitterUsername: "iorandd",
websiteUrl: "https://ota1022.github.io/",
}
].sort((a, b) => (a.id < b.id ? -1 : 1));

0 comments on commit dd3cde1

Please sign in to comment.