Skip to content

Commit

Permalink
Merge pull request #398 from AelfScanProject/release/v2.0.2
Browse files Browse the repository at this point in the history
chore: correct spelling mistake
  • Loading branch information
aelf-lxy authored Nov 28, 2024
2 parents f6697b0 + 24e5ec4 commit b60414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pageComponents/home/_components/InfoSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const InfoSection = () => {
overview && (
<div className={clsx(`${clsPrefix}-row-item`, `${clsPrefix}-transaction`)}>
<div className="title flex items-center gap-1">
<div className="text">Toal Transactions</div>
<div className="text">Total Transactions</div>
<IconFont className="text-base" type="square-menu"></IconFont>
</div>
<div className="flex items-center">
Expand Down

0 comments on commit b60414f

Please sign in to comment.