Skip to content

Commit

Permalink
Update static followers data numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawtar Choubari committed Sep 14, 2023
1 parent f8798b0 commit eb10a4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const fetchGithubRepos = async () => {

export const getTwitterFollowers = () => {
// TODO: fetch API and get Followers count
return 1430;
return 1505;
};

export const getGithubFollowers = async () => {
Expand All @@ -30,27 +30,27 @@ export const getGithubFollowers = async () => {

export const getLinkedinFollowers = async () => {
// TODO: fetch API and get Followers count
return 3540;
return 4538;
};

export const getYoutubeFollowers = async () => {
// TODO: fetch API and get Followers count
return 1110;
return 1124;
};

export const getInstagramFollowers = async () => {
// TODO: fetch API and get Followers count
return 3520;
return 3015;
};

export const getFacebookFollowers = async () => {
// TODO: fetch API and get Followers count
return 140;
return 374;
};

export const getTiktokFollowers = async () => {
// TODO: fetch API and get Followers count
return 35;
return 18;
};

export const getNewsletterFollowers = async () => {
Expand Down

0 comments on commit eb10a4c

Please sign in to comment.