Skip to content

Commit

Permalink
Apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
puntope committed Jul 6, 2023
1 parent 4e99229 commit 3546fdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/src/components/paid-ads/asset-group/asset-group-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import Section from '.~/wcdl/section';
import VerticalGapLayout from '.~/components/vertical-gap-layout';
import FinalUrlCard from './final-url-card';
import AssetGroupCard from './asset-group-card';
import './asset-group-section.scss';
import AppDocumentationLink from '.~/components/app-documentation-link';
import './asset-group-section.scss';

/**
* Renders the form content for managing an asset group of a campaign with Section UI.
Expand Down Expand Up @@ -49,9 +49,9 @@ export default function AssetGroupSection() {
</p>
<p>
<AppDocumentationLink
context="asset-groups"
linkId="asset-groups-learn-more"
href="https://support.google.com/google-ads/answer/10729160?hl=en&ref_topic=11336002"
context="asset-group"
linkId="asset-group-learn-more"
href="https://support.google.com/google-ads/answer/10729160"
>
{ __( 'Learn more', 'google-listings-and-ads' ) }
</AppDocumentationLink>
Expand Down

0 comments on commit 3546fdf

Please sign in to comment.