Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
micahalcorn committed Jul 6, 2023
2 parents e2b2f4e + 23d101b commit 11177b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/vote-escrow/LockupForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ const LockupForm: FunctionComponent<LockupFormProps> = ({ existingLockup }) => {
<h2 className="text-2xl font-bold font-header">Your stake summary</h2>
<CardGroup horizontal twoCol>
<div className="flex flex-col space-y-4">
<span className="text-sm text-neutral">Variable APY</span>
<span className="text-sm text-neutral">Amount locked</span>
<Card tightPadding noShadow className="!border-1 !border-neutral">
<div className="flex flex-col justify-center">
<div className="flex space-x-[0.4rem] items-end">
Expand All @@ -497,7 +497,7 @@ const LockupForm: FunctionComponent<LockupFormProps> = ({ existingLockup }) => {
</Card>
</div>
<div className="flex flex-col space-y-4">
<span className="text-sm text-neutral">Variable APY</span>
<span className="text-sm text-neutral">Voting power</span>
<Card tightPadding noShadow className="!border-1 !border-neutral">
<div className="flex flex-col justify-center">
<div className="flex space-x-[0.4rem] items-end">
Expand Down

0 comments on commit 11177b5

Please sign in to comment.