Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Jan 19, 2024
1 parent 50fb994 commit 0f7b4ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/Whitelist/leaderBoard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ const LeaderBoard = () => {
name={data?.twitter_name || data?.twitter_username || ''}
/>
<Flex width={'100%'} gap={'4px'} direction={'column'}>
<Text className={styles.title}>
{formatName(data?.twitter_name as string, 12)}
</Text>
<p className={styles.title}>
{data?.twitter_name || ""}
</p>
{data?.need_active && (
<Text className={styles.subTitle}>
YOU
Expand Down
1 change: 1 addition & 0 deletions src/modules/Whitelist/leaderBoard/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ table {
color: black;
overflow: hidden;
text-overflow: ellipsis;
max-width: 200px;
}

.subTitle {
Expand Down

0 comments on commit 0f7b4ce

Please sign in to comment.