Skip to content

Commit

Permalink
♻️ refactor: Adjusted tooltip usage on Sign Up page
Browse files Browse the repository at this point in the history
  • Loading branch information
caioaletroca committed Dec 5, 2024
1 parent 59e9737 commit 8a115b2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/app/(auth-routes)/signin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,13 @@ const SignInPage = () => {
})}
</span>
</TooltipTrigger>
<TooltipContent
className="border-none bg-shadcn-600"
arrowPadding={0}
>
<p className="text-shadcn-400">
<TooltipContent>
<p>
{intl.formatMessage({
id: 'tooltip.passwordInfo',
defaultMessage: 'Contact the system administrator'
})}
</p>
<Arrow height={8} width={15} />
</TooltipContent>
</Tooltip>
</TooltipProvider>
Expand Down

0 comments on commit 8a115b2

Please sign in to comment.