diff --git a/src/app/components/AccountMenu/index.tsx b/src/app/components/AccountMenu/index.tsx index 83e9c46dd5..f479035c39 100644 --- a/src/app/components/AccountMenu/index.tsx +++ b/src/app/components/AccountMenu/index.tsx @@ -127,7 +127,7 @@ function AccountMenu({ showOptions = true }: Props) { openOptions(`accounts/${authAccount?.id}`); }} > - + {t("options.account.account_settings")} {(isAlbyLNDHubAccount( @@ -140,7 +140,7 @@ function AccountMenu({ showOptions = true }: Props) { window.open(`https://getalby.com/user`, "_blank"); }} > - + {t("options.account.go_to_web_wallet")} → )} diff --git a/src/app/components/Menu/MenuItemButton.tsx b/src/app/components/Menu/MenuItemButton.tsx index 4d93be5f9a..fe2d300e51 100644 --- a/src/app/components/Menu/MenuItemButton.tsx +++ b/src/app/components/Menu/MenuItemButton.tsx @@ -21,7 +21,7 @@ function MenuItemButton({ className={classNames( active ? "bg-gray-50 dark:bg-surface-02dp" : "", disabled ? "cursor-not-allowed" : "cursor-pointer", - "flex items-center w-full p-4 text-sm text-gray-800 dark:text-neutral-200" + "flex items-center w-full p-4 text-sm text-gray-800 dark:text-neutral-200 whitespace-nowrap" )} disabled={disabled} onClick={onClick}