Skip to content

Commit

Permalink
Fix missing space before learn more link
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Jan 3, 2024
1 parent 55ab523 commit 2e13278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dns-lookup/templates/record.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ limitations under the License.
</h3>
<p>
<span v-html="recordDescription"></span>
{{ " " }}
<ExternalLink :link="recordUrl" :text="i18n.templates.records.learnMore" />
</p>
<div v-if="recordKeys.length === 0">
Expand Down

1 comment on commit 2e13278

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been deployed to DigitalOcean Spaces for easy reviewing.

dns-lookup (Build Analysis Report) spf-explainer (Build Analysis Report)

Please sign in to comment.