diff --git a/components/slack/channels.js b/components/slack/channels.js index 64804fec..93e969ca 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.haas.hackclub.com/api/currentNumber', + 'https://jia.samuel.hackclub.app/api/currentNumber', fetcher, { refreshInterval: 10_000 } )