Skip to content

Commit

Permalink
fix: removed background on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
BiswaViraj committed Aug 4, 2023
1 parent e9c17eb commit 5e83bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/layout/components/HeaderNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ export function HeaderNav({ isIntercomOpened }: Props) {
</ActionIcon>
{isSelfHosted ? (
<a href={discordInviteUrl} target="_blank" rel="noreferrer">
<ActionIcon>
<ActionIcon variant="transparent">
<Question width={24} height={24} color={colors.B60} isGradient={isIntercomOpened} />
</ActionIcon>
</a>
) : (
<ActionIcon id="intercom-launcher">
<ActionIcon variant="transparent" id="intercom-launcher">
<Question width={24} height={24} color={colors.B60} isGradient={isIntercomOpened} />
</ActionIcon>
)}
Expand Down

0 comments on commit 5e83bd3

Please sign in to comment.