Skip to content

Commit

Permalink
chore: remove outline from popover tooltip link
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Dec 12, 2023
1 parent 6a62846 commit 1d84761
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/components/Name.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function Name({
href={link?.(name, address)}
openInNewTab
variant='primary'
className='flex items-center font-semibold'
className='flex items-center font-semibold outline-none'
>
<span>{tooltip}</span>
<HiArrowUpRight />
Expand All @@ -161,13 +161,11 @@ export default function Name({
</span>
{profileSourceIconPosition === 'right' && iconElement}
{inView && (
<>
<ChatModerateChip
className='relative top-px flex items-center'
chatId={labelingData?.chatId ?? ''}
address={address}
/>
</>
<ChatModerateChip
className='relative top-px flex items-center'
chatId={labelingData?.chatId ?? ''}
address={address}
/>
)}
</span>
)
Expand Down

0 comments on commit 1d84761

Please sign in to comment.