Skip to content

Commit

Permalink
[skip ci] remove loader text from buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Nov 7, 2024
1 parent dbad22c commit 9d8fcab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/rewards/RewardsButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const RewardsButton = ({ variant = 'header', size }: Props) => {
size={ size }
px={ !isLoading && Boolean(apiToken) ? 2.5 : 4 }
isLoading={ isLoading }
loadingText={ isMobile ? undefined : 'Merits' }
_hover={{
textDecoration: 'none',
}}
Expand Down
1 change: 0 additions & 1 deletion ui/snippets/user/profile/UserProfileButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const UserProfileButton = ({ profileQuery, size, variant, onClick, isPending }:
px={ dataExists ? 2.5 : 4 }
fontWeight={ dataExists ? 700 : 600 }
isLoading={ isButtonLoading }
loadingText={ isMobile ? undefined : 'Log in' }
>
{ content }
</Button>
Expand Down

0 comments on commit 9d8fcab

Please sign in to comment.