Skip to content

Commit

Permalink
I'm not keeping this edit, I just want to test this
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJSD committed Sep 13, 2019
1 parent 6a0a2d0 commit 4d7259e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spf-explainer/templates/spf.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +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 }}&nbsp;</a>
<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 4d7259e

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