Skip to content

Commit 95416db

Browse files
committed
update jia's url to point to the new instance
1 parent 1ee018f commit 95416db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/slack/channels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const withCommas = x => x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',')
99

1010
export default function Channels() {
1111
const { data: millionCount } = useSWR(
12-
'https://jia.samuel.hackclub.app/api/currentNumber',
12+
'https://jia.firepup650.hackclub.app/api/currentNumber',
1313
fetcher,
1414
{ refreshInterval: 10_000 }
1515
)

0 commit comments

Comments
 (0)