Skip to content

Commit

Permalink
Fix legacy typos
Browse files Browse the repository at this point in the history
  • Loading branch information
matejos committed Sep 17, 2024
1 parent c9292c6 commit 1d52876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api3-aave-ui/pages/markets/CompoundDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function CompoundDashboard() {
</div>
<div className="summary-cards">
<div className="summary-card">
<h3 className="teaser-voice">Todal Reserves </h3>
<h3 className="teaser-voice">Total Reserves </h3>
<p className="attention-voice">
<FormattedNumber
value={compoundState?.assetInfo?.totalReserves}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default function MarketAssetsListComp({
</div>
<div className="min-w-max">
<h3 className="teaser-voice font-700">
Liquidation Panality /
Liquidation Penalty /
<strong className="whisper-voice text-primary"> %</strong>
</h3>
</div>
Expand Down

0 comments on commit 1d52876

Please sign in to comment.