Skip to content

Commit 9ab66e4

Browse files
authored
Merge pull request #115 from serverless-operations/feature/fix-newslink
[fix] TOP NEWS SP もっと見るリンク先を修正
2 parents 279ffde + fb9a160 commit 9ab66e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TopNewsContact.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<div class="row mb-md-12 align-center justify-end">
2929
<div class="d-block d-md-none p-top-news--more col col-5 align-self-end">
30-
<g-link to="/news/">More Details</g-link>
30+
<g-link to="/news-archives">More Details</g-link>
3131
</div>
3232
</div><!-- row -->
3333

@@ -218,4 +218,4 @@ export default {
218218
}
219219
}
220220
221-
</style>
221+
</style>

0 commit comments

Comments
 (0)