Skip to content

Commit 90dda7a

Browse files
style
1 parent 7267052 commit 90dda7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ui/home/LatestTxsItem.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const LatestTxsItem = ({ tx, isLoading }: Props) => {
137137
color={{ _light: 'rgba(0, 0, 0, 0.35)', _dark: 'rgba(255, 255, 255, 0.35)' }}
138138
fontFamily="system-ui, -apple-system, sans-serif"
139139
>
140-
AI Inference
140+
Inference
141141
</Text>
142142
{ inferenceInfo ? (
143143
<>
@@ -195,7 +195,7 @@ const LatestTxsItem = ({ tx, isLoading }: Props) => {
195195
fontFamily="system-ui, -apple-system, sans-serif"
196196
letterSpacing="0.02em"
197197
>
198-
AI Inference
198+
Inference
199199
</Badge>
200200
) }
201201
</VStack>
@@ -209,7 +209,7 @@ const LatestTxsItem = ({ tx, isLoading }: Props) => {
209209
color={{ _light: 'rgba(0, 0, 0, 0.35)', _dark: 'rgba(255, 255, 255, 0.35)' }}
210210
fontFamily="system-ui, -apple-system, sans-serif"
211211
>
212-
AI Inference
212+
Inference
213213
</Text>
214214
<Text
215215
fontSize="12px"

ui/pages/Home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Home = () => {
3636
>
3737
<Box position="relative" zIndex={ 1 }>
3838
<HeroBanner/>
39-
<Container maxW="container.xl" px={{ base: 4, lg: 4 }}>
39+
<Container maxW="container.xl" px={{ base: 2, lg: 2 }}>
4040
<AdBanner
4141
mt={{ base: 6, lg: 8 }}
4242
mx="auto"
@@ -56,7 +56,7 @@ const Home = () => {
5656
flexShrink={ 0 }
5757
height="fit-content"
5858
>
59-
<Box mb={{ base: 6, lg: 8 }}>
59+
<Box mb={{ base: 5, lg: 6 }}>
6060
<ChainIndicators/>
6161
</Box>
6262
{ leftWidget }

0 commit comments

Comments
 (0)