Skip to content

Commit 6f7b925

Browse files
authored
Merge pull request #486 from naokie/lang-ja
2 parents c86e6e6 + e1164c5 commit 6f7b925

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

src/.vuepress/theme/components/PageEdit.vue

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44
<p>
55
Deployed on
66
<a href="https://url.netlify.com/HJ8X2mxP8">Netlify</a>.
7-
<span v-if="editLink" class="edit-link">
7+
<template v-if="editLink">
8+
<br />
9+
<span class="edit-link">
810
Caught a mistake or want to contribute to the documentation?
9-
<a
10-
:href="editLink"
11-
target="_blank"
12-
rel="noopener noreferrer"
13-
>
14-
{{ editLinkText }}
15-
<OutboundLink />
16-
</a>
17-
</span>
11+
<a
12+
:href="editLink"
13+
target="_blank"
14+
rel="noopener noreferrer"
15+
>
16+
{{ editLinkText }}
17+
<OutboundLink />
18+
</a>
19+
</span>
20+
</template>
1821
<template v-if="lastUpdated" class="last-updated">
1922
<br />
2023
<span class="prefix">{{ lastUpdatedText }}:</span>

0 commit comments

Comments
 (0)