Skip to content

Commit e90357e

Browse files
committed
dataitems feed style + endpoint swap
1 parent 991d347 commit e90357e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/home/LatestDataItemsItem.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,12 @@ const LatestDataItemsItem = ({ item, isLoading }: Props) => {
4040
mr="auto"
4141
>
4242
<Text
43-
fontSize="xl"
4443
lineHeight={ 7 }
4544
fontWeight={ 500 }
4645
isTruncated
4746
>
4847
<Link
49-
href={ `https://s3-node-0.load.network/${ fileName.replace('.ans104', '') }` }
48+
href={ `https://load-s3-agent.load.network/${ fileName.replace('.ans104', '') }` }
5049
target="_blank"
5150
color="link"
5251
textDecoration="none"

0 commit comments

Comments
 (0)