diff --git a/components/slack/channels.js b/components/slack/channels.js index 93e969cae..dff2e7aac 100644 --- a/components/slack/channels.js +++ b/components/slack/channels.js @@ -9,7 +9,7 @@ const withCommas = x => x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') export default function Channels() { const { data: millionCount } = useSWR( - 'https://jia.samuel.hackclub.app/api/currentNumber', + 'https://jia.firepup650.hackclub.app/api/currentNumber', fetcher, { refreshInterval: 10_000 } )