更新 'lib/assets/javascripts/new-dashboard/components/Footer.vue'
This commit is contained in:
parent
437c0c2eb1
commit
79ab1e9fa8
@ -1,19 +1,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="container grid footer">
|
<div class="container grid footer">
|
||||||
<div class="grid-cell grid-cell--col3 grid-cell--col12--mobile footer-logo">
|
<div class="grid-cell grid-cell--col3 grid-cell--col12--mobile footer-logo">
|
||||||
<a href="https://carto.com">
|
<a href="https://carto.jingweiht.com">
|
||||||
<img class="carto-logo" src="../assets/icons/common/cartoLogo.svg">
|
<img class="carto-logo" src="<%= image_path "layout/carto-logo.svg" %>">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid-cell grid-cell--col8 grid-cell--col9--tablet grid-cell--col12--mobile">
|
<div class="grid-cell grid-cell--col8 grid-cell--col9--tablet grid-cell--col12--mobile">
|
||||||
<div class="footer-block">
|
<div class="footer-block">
|
||||||
<a href="https://carto.com/help" class="footer-link" target="_blank" rel="noopener noreferrer">
|
<a href="https://carto.jingweiht.com/help" class="footer-link" target="_blank" rel="noopener noreferrer">
|
||||||
<h4 class="title-link title is-caption is-txtGrey">
|
<h4 class="title-link title is-caption is-txtGrey">
|
||||||
{{ $t(`Footer.HelpCenter.title`) }}<span class="chevron"><img svg-inline src="../assets/icons/common/chevron.svg"/></span>
|
{{ $t(`Footer.HelpCenter.title`) }}<span class="chevron"><img svg-inline src="../assets/icons/common/chevron.svg"/></span>
|
||||||
</h4>
|
</h4>
|
||||||
<p class="description-link text is-small is-txtSoftGrey">{{ $t(`Footer.HelpCenter.description`) }}</p>
|
<p class="description-link text is-small is-txtSoftGrey">{{ $t(`Footer.HelpCenter.description`) }}</p>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://carto.com/developers/" class="footer-link" target="_blank" rel="noopener noreferrer">
|
<a href="https://carto.jingweiht.com/developers/" class="footer-link" target="_blank" rel="noopener noreferrer">
|
||||||
<h4 class="title-link title is-caption is-txtGrey">
|
<h4 class="title-link title is-caption is-txtGrey">
|
||||||
{{ $t(`Footer.DeveloperCenter.title`) }}<span class="chevron"><img svg-inline src="../assets/icons/common/chevron.svg"/></span>
|
{{ $t(`Footer.DeveloperCenter.title`) }}<span class="chevron"><img svg-inline src="../assets/icons/common/chevron.svg"/></span>
|
||||||
</h4>
|
</h4>
|
||||||
@ -27,7 +27,7 @@
|
|||||||
</h4>
|
</h4>
|
||||||
<p class="description-link text is-small is-txtSoftGrey">{{ $t(`Footer.GISStackExchange.description`) }}</p>
|
<p class="description-link text is-small is-txtSoftGrey">{{ $t(`Footer.GISStackExchange.description`) }}</p>
|
||||||
</a>
|
</a>
|
||||||
<a href="mailto:support@carto.com" class="footer-link" v-if="isIndividualUser">
|
<a href="mailto:support@carto.jingweiht.com" class="footer-link" v-if="isIndividualUser">
|
||||||
<h4 class="title-link title is-caption is-txtGrey">
|
<h4 class="title-link title is-caption is-txtGrey">
|
||||||
{{ $t(`Footer.DedicatedSupport.title`) }}<span class="chevron"><img svg-inline src="../assets/icons/common/chevron.svg"/></span>
|
{{ $t(`Footer.DedicatedSupport.title`) }}<span class="chevron"><img svg-inline src="../assets/icons/common/chevron.svg"/></span>
|
||||||
</h4>
|
</h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user