Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Dec 3, 2024
1 parent 1da1cff commit d3f78cd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@ensdomains/content-hash": "^3.0.0-beta.5",
"@ensdomains/ens-contracts": "1.2.0-beta.0",
"@ensdomains/ensjs": "4.0.2",
"@ensdomains/thorin": "1.0.0-beta.10",
"@ensdomains/thorin": "1.0.0-beta.11",
"@metamask/post-message-stream": "^6.1.2",
"@metamask/providers": "^14.0.2",
"@noble/hashes": "^1.3.2",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/@molecules/DisabledButtonWithTooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ComponentProps } from 'react'

import { Button, ButtonProps, Tooltip } from '@ensdomains/thorin'
import { AsProp, Button, ButtonProps, Tooltip } from '@ensdomains/thorin'

import { useTooltipSeenManager } from '@app/hooks/useTooltipSeenManager'

Expand Down
4 changes: 2 additions & 2 deletions src/components/@molecules/FaucetBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ const FaucetBanner = () => {
const BannerComponent = (
<BannerWrapper>
<StyledBanner
actionIcon={<RightArrowSVG />}
icon={<EthSVG />}
actionIcon={RightArrowSVG}
icon={EthSVG}
onClick={openDialog}
alert="info"
title={`You have unclaimed ${chainName} ETH!`}
Expand Down
2 changes: 1 addition & 1 deletion src/components/@molecules/NameListView/NameListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const NameListView = ({ address, selfAddress, setError, setLoading }: Nam
size="small"
onClick={handleExtend}
data-testid="extend-names-button"
prefix={<FastForwardSVG />}
prefix={FastForwardSVG}
disabled={selectedNames.length === 0}
>
{t('action.extend', { ns: 'common' })}
Expand Down

0 comments on commit d3f78cd

Please sign in to comment.