Skip to content

Commit c83e22b

Browse files
authored
Fix styling for integration-api-key-picker shortcode (#35806)
1 parent 777e877 commit c83e22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/integration-api-key-picker.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<div class="shortcode-wrapper shortcode-integration-api-key-picker">
1515
{{- if eq $type "api-key" -}}
16-
<p>Copy your Datadog API key from the <strong>Configure</strong> tab on the <a href="{{ $tile_url }}">{{ $integration_title }} integration tile</a>.</p>
16+
Copy your Datadog API key from the <strong>Configure</strong> tab on the <a href="{{ $tile_url }}">{{ $integration_title }} integration tile</a>.
1717
{{- else -}}
18-
<p>Copy the generated webhook URL from the <strong>Configure</strong> tab on the <a href="{{ $tile_url }}">{{ $integration_title }} integration tile</a>.</p>
18+
Copy the generated webhook URL from the <strong>Configure</strong> tab on the <a href="{{ $tile_url }}">{{ $integration_title }} integration tile</a>.
1919
{{- end -}}
2020
</div>

0 commit comments

Comments
 (0)