Skip to content

Commit

Permalink
Merge pull request #474 from twxxk/issue473-add-link
Browse files Browse the repository at this point in the history
issue#473 add link to the top page
  • Loading branch information
halsk authored Jan 9, 2024
2 parents 7c35889 + fd3088d commit 25ceab9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#fb-root
header
h1.index-title
img(src="~/assets/images/logo.png" width="895" height="160" :alt='$t("common.title")')
nuxt-link(to='/')
img(src="~/assets/images/logo.png" width="895" height="160" :alt='$t("common.title")')
main.index-main
ul.index-list.grid-center-equalHeight
li.col-12_xs-6_lg-4(v-for='(map, index) in maps')
Expand Down
9 changes: 6 additions & 3 deletions pages/map/_map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ div.layout-map
.aside-grid
.aside-item1
h2.aside-title-sp
img(src="~/assets/images/sp_logo.png" width="607" height="452" :alt='$t("common.title")')
nuxt-link(to='/')
img(src="~/assets/images/sp_logo.png" width="607" height="452" :alt='$t("common.title")')
h2.aside-title-pc
img(src="~/assets/images/logo.png" width="895" height="160" :alt='$t("common.title")')
nuxt-link(to='/')
img(src="~/assets/images/logo.png" width="895" height="160" :alt='$t("common.title")')
.aside-item2
p
| {{$t('map.desc_1')}}
Expand Down Expand Up @@ -41,7 +43,8 @@ div.layout-map
i.far.fa-arrow-alt-circle-left.fa-2x
.banner
.logo.print-exclude
img(src="~/assets/images/logo.png" width="895" height="160" :alt='$t("common.title")')
nuxt-link(to='/')
img(src="~/assets/images/logo.png" width="895" height="160" :alt='$t("common.title")')
.sub-outer.print-exclude
.sub-button(@click='isOpenExplain=!isOpenExplain')
i.fas.fa-info-circle.fa-lg
Expand Down

0 comments on commit 25ceab9

Please sign in to comment.