feat: display all contributors
This commit is contained in:
parent
d5c52557df
commit
7c6b2e4f49
|
|
@ -32,7 +32,7 @@ interface Contributor {
|
|||
async function getContributors(): Promise<Contributor[]> {
|
||||
try {
|
||||
const response = await fetch(
|
||||
"https://api.github.com/repos/OpenCut-app/OpenCut/contributors",
|
||||
"https://api.github.com/repos/OpenCut-app/OpenCut/contributors?per_page=100",
|
||||
{
|
||||
headers: {
|
||||
Accept: "application/vnd.github.v3+json",
|
||||
|
|
|
|||
Loading…
Reference in New Issue