Skip to content

Commit

Permalink
founders: web ref
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree committed Nov 1, 2023
1 parent 844e016 commit 503d28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FoundersList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const response = await fetch('https://core.ethevents.club');
const data = await response.json();
const founders = data.founders.sort((x, y) => x.name.toLowerCase() > y.name.toLowerCase() ? 1 : -1);
const links = {
web: "$@",
twitter: "https://twitter.com/$@",
github: "https://github.com/$@",
}
Expand Down

0 comments on commit 503d28c

Please sign in to comment.