Web:Client:Pages:AccountsHome:Section:Header fixed className

This commit is contained in:
Akmal Isomadinov 2022-11-29 14:27:06 +05:00
parent 265bae4017
commit 0bdd059032

View File

@ -247,7 +247,7 @@ const SectionHeaderContent = (props) => {
},
{
id: "accounts-add_user",
className: "account-add-button_drop-down",
className: "main-button_drop-down",
icon: "/static/images/person.user.react.svg",
label: t("Common:User"),
onClick: onInvite,