Skip to content

Commit

Permalink
fix: change text align
Browse files Browse the repository at this point in the history
  • Loading branch information
vien.nguyen2-tiki committed Feb 27, 2023
1 parent 1b1d73c commit 21363ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/tokens/TokenHeadTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const TokenHeadTitle = () => {
)}
>
<div className={clsx('hidden', styles.colIndex)}>STT</div>
<div className={clsx('col col-3 text-center gutter-left', styles.colToken)}>Token</div>
<div className={clsx('col col-3 gutter-left padding-left-lg', styles.colToken)}>Token</div>
<div className={clsx('col padding-left-lg col-3 ', styles.colAddress)}>Address</div>
<div className={clsx('col padding-left-lg col-3 ', styles.colTotalSupply)}>Total Supply</div>
<div className={clsx('col col-2 text-center', styles.colHolderCount)}>Holder Count</div>
Expand Down

0 comments on commit 21363ef

Please sign in to comment.