Skip to content

Commit

Permalink
Update members.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
koko1928 authored Mar 9, 2024
1 parent 7cd1c68 commit 1e97837
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions src/components/members/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,32 +435,31 @@ const members = (): Members => [
],
id: "movenap",
},
]
{
name: "笹",
names: {
ja: "笹"
},
descs: {
en: "I'm a middle school student who loves Vocaloid and wants to become an engineer.",
ja: "エンジニアになりたいボカロ好き中学生です。",
},
posts: ["Developer"],
skills: ["Java","JS/TS","C","C++"],
icon: "https://github.com/sasa-prog.png",
links: [
{
url: "https://github.com/sasa-prog",
name: "GitHub",
icon: "https://cdn.jsdelivr.net/npm/[email protected]/icons/github.svg",
{
name: "笹",
names: {
ja: "笹",
},
{
url: "https://twitter.com/sasa-take05",
name: "Twitter",
icon: "https://cdn.jsdelivr.net/npm/[email protected]/icons/twitter.svg",
descs: {
en: "",
ja: "",
},
],
id: "sasa",
},
posts: ["Developer"],
skills: ["Java","JS/TS","C","C++"],
icon: "https://github.com/sasa-prog.png",
links: [
{
url: "https://github.com/sasa-prog",
name: "GitHub",
icon: "https://cdn.jsdelivr.net/npm/[email protected]/icons/github.svg",
},
{
url: "https://twitter.com/sasa-take05",
name: "Twitter",
icon: "https://cdn.jsdelivr.net/npm/[email protected]/icons/twitter.svg",
},
],
id: "sasa",
},
]
export default members

0 comments on commit 1e97837

Please sign in to comment.