Skip to content

Commit

Permalink
remove firefox logo from button and remove unnecessary mozilla
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Sep 29, 2023
1 parent 7b30412 commit fc95f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ const SubscriptionModal = ({
onClick={handleCloseClick}
/>
<Button
label="continue to mozilla account"
label="continue to account"
onClick={onManageAccountClick}
category="primary_solid"
classProp="mb-24-mb"
text="Continue to Mozilla Account"
text="Continue to Account"
target="_blank"
/>
</div>
Expand Down
8 changes: 1 addition & 7 deletions client/components/navigation/MainNav/MainNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,7 @@ const MainNav = ({
onManageAccountClick();
}}
>
<HubIcon
classProp="mr-10"
color="currentColor"
name="fx-account"
size={24}
/>
Manage Your Mozilla Account
Manage Your Account
</button>

<button
Expand Down

0 comments on commit fc95f48

Please sign in to comment.