Skip to content

Commit

Permalink
feat: fixed horizontal pox timeline pos?
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Oct 31, 2024
1 parent 682f58f commit 303cb60
Show file tree
Hide file tree
Showing 8 changed files with 478 additions and 377 deletions.
3 changes: 2 additions & 1 deletion src/app/stacking/CycleInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function CountdownBadge({ daysLeft }: { daysLeft: number }) {
tl.kill(); // Clean up the animation when the component unmounts
};
}, []);

return (
<Flex
gap={2}
Expand Down Expand Up @@ -109,7 +110,7 @@ const StackedStxMetric = ({ stxStacked }: { stxStacked: number }) => {
const stackedStxString = stxStacked.toLocaleString();

return (
<Flex flexWrap="nowrap" alignItems="baseline">
<Flex flexWrap="wrap" alignItems="baseline">
<Text fontSize="xl" whiteSpace="nowrap">
{`${stackedStxString} STX`}
</Text>
Expand Down
368 changes: 0 additions & 368 deletions src/app/stacking/HorizontalPoxCycleDiagram.tsx

This file was deleted.

Loading

0 comments on commit 303cb60

Please sign in to comment.