Skip to content

Commit afa3dd3

Browse files
authored
Merge pull request #39 from JonnyDawe/fix-timestamp-footer
2 parents 729119f + 3adfb79 commit afa3dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Map/widgets/Footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const TimeStampWrapper = styled(Flex)`
2929

3030
function TimeStamp() {
3131
const { data, isLoading } = useSWR(
32-
'https://d1kmd884co9q6x.cloudfront.net/now/timestamp.txt',
32+
'https://d1kmd884co9q6x.cloudfront.net/downstream_impact/global_timestamp.txt',
3333
fetchTimeStamp,
3434
);
3535

0 commit comments

Comments
 (0)