Fix TikTok naming in img alt attribute.

This commit is contained in:
Gan Eng Chin 2023-08-15 14:11:35 +08:00
parent 728c0db95f
commit 33f77af602
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { WC_ASSET_URL } from '~/utils/admin-settings';
const tiktok = (
<img
src={ `${ WC_ASSET_URL }images/marketing/tiktok.jpg` }
alt={ __( 'Tiktok', 'woocommerce' ) }
alt={ __( 'TikTok', 'woocommerce' ) }
/>
);