Skip to content

Commit

Permalink
commit to allow push
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydrakesmith committed Oct 16, 2024
1 parent 38e466d commit bba4351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Trade/TradeModules/TradeModuleSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const TradeModuleSkeleton = (props: propsIF) => {
Looking to LP?
</LPButton>
)}
{pairHasSCR && <WarningBox color='orange' details='Pre-initialization holding price is shown. This is not the actual market price.' />}
{pairHasSCR && <WarningBox color='orange' details='Hello world!' />}
</FlexContainer>
</ContentContainer>
{modal}
Expand Down

0 comments on commit bba4351

Please sign in to comment.