Skip to content

Commit

Permalink
Update leaderboard Kick-to-Airdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnhu committed Jul 10, 2024
1 parent 22fd89b commit 07542aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Component = ({ className }: Props): React.ReactElement => {
const tabGroupItems = useMemo<TabGroupItemType[]>(() => {
return [
{
label: t('VARA'),
label: t('Kick-to-Airdrop'),
value: TabType.VARA_PLAYDROP
},
{
Expand Down
2 changes: 0 additions & 2 deletions packages/extension-koni-ui/src/components/Common/TabGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const TabGroup = styled(Component)<Props>(({ theme: { extendToken, token
paddingLeft: 11,
paddingRight: 11,
borderRadius: 50,
overflow: 'hidden',
flex: 1,
height: 30,
display: 'flex',
Expand All @@ -77,7 +76,6 @@ export const TabGroup = styled(Component)<Props>(({ theme: { extendToken, token
lineHeight: token.lineHeight,
'white-space': 'nowrap',
textOverflow: 'ellipsis',
overflow: 'hidden',
flex: 1,
textAlign: 'center'
},
Expand Down

0 comments on commit 07542aa

Please sign in to comment.