From 80eaea069e46ee1b6340964c6a4f01583a2b3c6a Mon Sep 17 00:00:00 2001 From: Abdullah Alhazmy Date: Wed, 1 May 2024 11:54:20 +0300 Subject: [PATCH] Update Github trending widget URL --- src/utils/defaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/defaults.js b/src/utils/defaults.js index eafec4d0..bc76b344 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -233,7 +233,7 @@ module.exports = { ethGasHistory: 'https://ethgas.watch/api/gas/trend', exchangeRates: 'https://v6.exchangerate-api.com/v6/', flights: 'https://aerodatabox.p.rapidapi.com/flights/airports/icao/', - githubTrending: 'https://gh-trending-repos.herokuapp.com/', + githubTrending: 'https://trend.doforce.xyz/', hackernewsTrending: 'https://hacker-news.firebaseio.com/v0', healthChecks: 'https://healthchecks.io/api/v1/checks', holidays: 'https://kayaposoft.com/enrico/json/v2.0/?action=getHolidaysForDateRange',