Skip to content

Commit

Permalink
Try this (sorry for all the commits, I cannot recreate locally)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJSD committed Sep 13, 2019
1 parent f3a3914 commit 020a4cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spf-explainer/templates/spf.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ limitations under the License.
<div v-if="!loading">
<h5 class="title is-5">
<span v-for="(_, key) in links" :key="key" :ref="key">
<a @click="goToIndex(key)" @mouseover="markActive(key)">{{ key }}</a>
&nbsp;
<a @click="goToIndex(key)" @mouseover="markActive(key)">{{ key }} </a>
</span>
</h5>
<div v-for="part in parts" :key="part[0]">
Expand Down

1 comment on commit 020a4cd

@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-tool spf-explainer

Please sign in to comment.