Skip to content

Commit

Permalink
Fix missing space in ExternalLink
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Jan 22, 2024
1 parent 42d3884 commit dc42df7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/templates/external_link.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2022 DigitalOcean
Copyright 2024 DigitalOcean
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -17,6 +17,7 @@ limitations under the License.
<template>
<span>
<a :href="link" target="_blank" rel="noreferrer" v-text="text"></a>
{{ " " }}
<i class="fas fa-external-link-alt"></i>
</span>
</template>
Expand Down

1 comment on commit dc42df7

@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.

do-vue (Build Analysis Report)

Please sign in to comment.