Skip to content

Commit

Permalink
Merge pull request #168 from 100-hours-a-week/feature/elle
Browse files Browse the repository at this point in the history
Feature/elle
  • Loading branch information
lucy726j authored Aug 29, 2024
2 parents 2d25fa8 + 0f14784 commit 3b371b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const Home: React.FC = () => {
)}
{Math.abs(market.kospi.change)}
</span>
<span>{market.kospi.changeRate}</span>
<span>{market.kospi.changeRate}%</span>
</Info>
) : (
<div>로딩중</div>
Expand All @@ -164,7 +164,7 @@ const Home: React.FC = () => {
)}
{Math.abs(market.kosdaq.change)}
</span>
<span>{market.kosdaq.changeRate}</span>
<span>{market.kosdaq.changeRate}%</span>
</Info>
) : (
<div>로딩중</div>
Expand Down

0 comments on commit 3b371b8

Please sign in to comment.