Skip to content

Commit a38ca02

Browse files
Add external link icons and update snapshots.
1 parent d579da9 commit a38ca02

File tree

8 files changed

+24
-4
lines changed

8 files changed

+24
-4
lines changed

assets/js/modules/ads/components/notifications/EnhancedConversionsNotification.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export default function EnhancedConversionsNotification( {
6868
id={ id }
6969
label={ __( 'Learn more', 'google-site-kit' ) }
7070
url={ documentationURL }
71-
hideExternalIndicator
7271
/>
7372
),
7473
}

assets/js/modules/ads/components/notifications/__snapshots__/EnhancedConversionsNotification.test.js.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ exports[`Ads EnhancedConversionsNotification should render the notification 1`]
4646
>
4747
Learn more
4848
</span>
49+
<span
50+
class="googlesitekit-icon-wrapper"
51+
style="margin-left: 5px;"
52+
>
53+
<svg />
54+
</span>
4955
</a>
5056
</p>
5157
</div>

assets/js/modules/ads/components/settings/EnhancedConversionsSettingsNotice.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ export default function EnhancedConversionsSettingsNotice( {
109109
id={ id }
110110
label={ __( 'Learn more', 'google-site-kit' ) }
111111
url={ documentationURL }
112-
hideExternalIndicator
113112
/>
114113
),
115114
}

assets/js/modules/ads/components/settings/__snapshots__/EnhancedConversionsSettingsNotice.test.js.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ exports[`Ads EnhancedConversionsNotification should render the notice 1`] = `
3434
>
3535
Learn more
3636
</span>
37+
<span
38+
class="googlesitekit-icon-wrapper"
39+
style="margin-left: 5px;"
40+
>
41+
<svg />
42+
</span>
3743
</a>
3844
</p>
3945
</div>

assets/js/modules/analytics-4/components/notifications/EnhancedConversionsNotification.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export default function EnhancedConversionsNotification( {
8282
id={ id }
8383
label={ __( 'Learn more', 'google-site-kit' ) }
8484
url={ documentationURL }
85-
hideExternalIndicator
8685
/>
8786
),
8887
}

assets/js/modules/analytics-4/components/notifications/__snapshots__/EnhancedConversionsNotification.test.js.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ exports[`Analytics EnhancedConversionsNotification should render the notificatio
4646
>
4747
Learn more
4848
</span>
49+
<span
50+
class="googlesitekit-icon-wrapper"
51+
style="margin-left: 5px;"
52+
>
53+
<svg />
54+
</span>
4955
</a>
5056
</p>
5157
</div>

assets/js/modules/analytics-4/components/settings/EnhancedConversionsSettingsNotice.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export default function EnhancedConversionsSettingsNotice( {
122122
id={ id }
123123
label={ __( 'Learn more', 'google-site-kit' ) }
124124
url={ documentationURL }
125-
hideExternalIndicator
126125
/>
127126
),
128127
}

assets/js/modules/analytics-4/components/settings/__snapshots__/EnhancedConversionsSettingsNotice.test.js.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ exports[`Analytics EnhancedConversionsNotification should render the notice 1`]
3434
>
3535
Learn more
3636
</span>
37+
<span
38+
class="googlesitekit-icon-wrapper"
39+
style="margin-left: 5px;"
40+
>
41+
<svg />
42+
</span>
3743
</a>
3844
</p>
3945
</div>

0 commit comments

Comments
 (0)