Skip to content

Commit

Permalink
right align text (#4050)
Browse files Browse the repository at this point in the history
## What does this PR do and why?

Close [JB-744 : Right align stats and add more spacing for the percentage pill](https://linear.app/peel/issue/JB-744/right-align-stats-and-add-more-spacing-for-the-percentage-pill)

## Screenshots or screen recordings

_If applicable, provide screenshots or screen recordings to demonstrate the changes._

## Acceptance checklist

- [ ] I have evaluated the [Approval Guidelines](https://github.com/jbx-protocol/juice-interface/blob/main/CONTRIBUTING.md#approval-guidelines) for this PR.
- [ ] (if relevant) I have tested this PR in [all supported browsers](https://github.com/jbx-protocol/juice-interface/blob/main/CONTRIBUTING.md#supported-browsers).
- [ ] (if relevant) I have tested this PR in dark mode and light mode (if applicable).
  • Loading branch information
wraeth-eth authored Sep 3, 2023
1 parent dc43f7f commit c85e1cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const ProjectHeaderStat = ({
<span className="text-xs font-medium uppercase text-grey-500 dark:text-slate-200 md:text-sm">
{label}
</span>
<span className="text-medium font-heading text-2xl text-grey-900 dark:text-slate-50 md:text-3xl">
<span className="text-medium text-right font-heading text-2xl text-grey-900 dark:text-slate-50 md:text-3xl">
{stat}
</span>
</div>
Expand Down

1 comment on commit c85e1cc

@vercel
Copy link

@vercel vercel bot commented on c85e1cc Sep 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.