Skip to content

Commit

Permalink
Merge pull request #120 from axelarnetwork/chore/update-setting-icon
Browse files Browse the repository at this point in the history
fix: remove setting icon with text
  • Loading branch information
canhtrinh authored Jan 8, 2024
2 parents b6990b2 + 9564f89 commit 5481c5c
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
Card,
cn,
CopyToClipboardButton,
SettingsIcon,
SpinnerIcon,
Tooltip,
} from "@axelarjs/ui";
Expand Down Expand Up @@ -136,11 +135,10 @@ export const RegisteredInterchainTokenCard: FC<Props> = (props) => {
<Button
size="xs"
aria-label="manage interchain token"
className="group absolute right-2 top-2"
shape="circle"
variant="ghost"
className="group absolute right-4 top-4 px-2 py-1"
variant="primary"
>
<SettingsIcon className="text-success/75 group-hover:text-success h-5 w-5" />
Manage Token
</Button>
}
tokenAddress={props.tokenAddress}
Expand Down

2 comments on commit 5481c5c

@vercel
Copy link

@vercel vercel bot commented on 5481c5c Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axelar-ui – ./packages/ui

axelar-ui-axelar-network.vercel.app
axelar-ui.vercel.app
ui.axelar.dev
axelar-ui-git-main-axelar-network.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5481c5c Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axelar-registry – ./apps/registry

axelar-registry-git-main-axelar-network.vercel.app
axelar-registry-axelar-network.vercel.app

Please sign in to comment.