Skip to content

Commit

Permalink
feat: update heartbeats
Browse files Browse the repository at this point in the history
  • Loading branch information
271212 committed Sep 11, 2024
1 parent dc91ffb commit 8de8037
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/modules/l2-rollup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,11 @@ const L2Rollup = () => {
>
{isShowIntro && renderIntro()}
<Tabs className={s.tabContainer}>
<TabList className={s.tabList} fontSize={['16px', '18px', ' 20px']}>
<TabList
className={s.tabList}
fontSize={['16px', '18px', ' 20px']}
mt={isShowIntro ? '24px' : '0px'}
>
<Tab>Realtime Data</Tab>
<Tab>Static Data</Tab>
<Flex position={'absolute'} right={0} top={'12px'}>
Expand Down

0 comments on commit 8de8037

Please sign in to comment.