Skip to content

Commit

Permalink
Update progress-view.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Nov 24, 2024
1 parent 25781db commit 0fda9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/advent-calendar-2024/pages/progress-view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const ProgressView = () => {
<div style={{ height: 20 }}>
<IconTrophyFilled size={20} />
</div>
<Text4>Achievements</Text4>
<Text4 medium>Achievements</Text4>
</Inline>
<Text
size={80}
Expand Down Expand Up @@ -392,7 +392,7 @@ const ProgressView = () => {
<Stack space={16}>
<Inline space={8} alignItems="center">
<IconInvader size={20}></IconInvader>
<Text4>Total game points</Text4>
<Text4 medium>Total game points</Text4>
</Inline>
<Text
size={80}
Expand Down

0 comments on commit 0fda9d1

Please sign in to comment.