We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 729119f + 3adfb79 commit afa3dd3Copy full SHA for afa3dd3
1 file changed
src/components/Map/widgets/Footer/Footer.tsx
@@ -29,7 +29,7 @@ const TimeStampWrapper = styled(Flex)`
29
30
function TimeStamp() {
31
const { data, isLoading } = useSWR(
32
- 'https://d1kmd884co9q6x.cloudfront.net/now/timestamp.txt',
+ 'https://d1kmd884co9q6x.cloudfront.net/downstream_impact/global_timestamp.txt',
33
fetchTimeStamp,
34
);
35
0 commit comments