Merged develop into fix/edit-profile-server-action

This commit is contained in:
Chuma Mcphoy (We Ahead)
2024-06-24 12:57:27 +00:00
6 changed files with 22 additions and 9 deletions

View File

@@ -61,11 +61,11 @@ export default function MyPagesMobileDropdown({
{menuItem.display_sign_out_link && lang ? (
<li>
<Link
color="burgundy"
href={logout[lang]}
prefetch={false}
size="small"
variant="sidebar"
color="burgundy"
variant="myPageMobileDropdown"
>
{formatMessage({ id: "Log out" })}
</Link>