Update broken url in slack channels page (#1569)

This commit is contained in:
Firepup650 2025-07-25 11:25:31 -05:00 committed by GitHub
parent f518c8833c
commit 5dfc23f1e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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://drac.firepup650.hackclub.app/api/currentNumber',
fetcher,
{ refreshInterval: 10_000 }
)