From b3640f66053db0d2463283e8f5e7c0c106a656d5 Mon Sep 17 00:00:00 2001 From: David Stover <56250584+davidmoltin@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:16:33 -0400 Subject: [PATCH] Update video for float --- docs/commerce-manager/account-management/accounts.mdx | 6 +++--- src/components/CardDisplay/video.jsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/commerce-manager/account-management/accounts.mdx b/docs/commerce-manager/account-management/accounts.mdx index 4daff8aa..6dd05356 100644 --- a/docs/commerce-manager/account-management/accounts.mdx +++ b/docs/commerce-manager/account-management/accounts.mdx @@ -5,15 +5,15 @@ sidebar_position: 10 --- import Video from "/src/components/CardDisplay/video" +In an Elastic Path Commerce Cloud store, sellers can create accounts using Commerce Manager and view the purchase history and the addresses associated with an account. To update the membership limit, see [Updating Account Membership Settings](/docs/commerce-manager/settings/general-settings#updating-address-form-settings). -In an Elastic Path Commerce Cloud store, sellers can create accounts using Commerce Manager and view the purchase history and the addresses associated with an account. To update the membership limit, see [Updating Account Membership Settings](/docs/commerce-manager/settings/general-settings#updating-address-form-settings). - ## Creating Accounts 1. Go to **CUSTOMERS AND ACCOUNTS > Accounts**. diff --git a/src/components/CardDisplay/video.jsx b/src/components/CardDisplay/video.jsx index c7773e94..0969bed5 100644 --- a/src/components/CardDisplay/video.jsx +++ b/src/components/CardDisplay/video.jsx @@ -1,8 +1,8 @@ import React from 'react'; import EmbedVideo from '../EmbedVideo'; // Import the new EmbedVideo component -const Video = ({ mediaSrc, mediaType, title, className }) => { return ( -