Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Aug 11, 2024
2 parents 821fcf1 + a02d3db commit 5cb7a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions apps/defi/src/components/Topnav/components/AlertPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Divider, IconButton, Stack, Typography } from '@mui/material';
import { useTxButton } from '@origin/defi/shared';
import { ClickAwayPopover, TokenIcon } from '@origin/shared/components';
import { tokens } from '@origin/shared/contracts';
import { FaXmarkRegular, PoweredBySafe } from '@origin/shared/icons';
import { FaXmarkRegular } from '@origin/shared/icons';
import { TxButton } from '@origin/shared/providers';
import { useIntl } from 'react-intl';

Expand Down Expand Up @@ -46,7 +46,6 @@ export const AlertPopover = (
>
<FaXmarkRegular sx={{ fontSize: 16 }} />
</IconButton>
<PoweredBySafe sx={{ width: 1, height: 24, color: 'text.primary' }} />
<Typography>
{intl.formatMessage({
defaultMessage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const ExtendAddLockupModal = ({
contract: tokens.mainnet.xOGN,
functionName: 'stake',
args: [
totalAmount[0],
amountToAdd[0],
durationSeconds,
address ?? ZERO_ADDRESS,
addRewards,
Expand Down

0 comments on commit 5cb7a12

Please sign in to comment.