Skip to content

Commit

Permalink
Fix copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
venimus committed Apr 12, 2021
1 parent ceba73c commit 66c0192
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"linkFeed": "Become a Superhero Today"
},
"footer": {
"Copyright": "© 2020 Superhero.com",
"Copyright": "© 2021 Superhero.com",
"Form": {
"inputEmail": "Get started",
"inputSubmit": "Subscribe now"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"linkFeed": "Become a Superhero Today"
},
"footer": {
"Copyright": "© 2020 Superhero.com",
"Copyright": "© 2021 Superhero.com",
"Form": {
"inputEmail": "Get started",
"inputSubmit": "Subscribe now"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"linkFeed": "Become a Superhero Today"
},
"footer": {
"Copyright": "© 2020 Superhero.com",
"Copyright": "© 2021 Superhero.com",
"Form": {
"inputEmail": "Get started",
"inputSubmit": "Subscribe now"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"linkFeed": "Become a Superhero Today"
},
"footer": {
"Copyright": "© 2020 Superhero.com",
"Copyright": "© 2021 Superhero.com",
"Form": {
"inputEmail": "Get started",
"inputSubmit": "Subscribe now"
Expand Down
6 changes: 2 additions & 4 deletions src/views/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
></a>
</div>
<div class="sh-col-4 center-sh-foot">
<p>© 2020 Superhero.com</p>
<p>{{ $t('views.Landing.footer.Copyright') }}</p>
</div>
<div class="sh-col-4 right-sh-foot">
<a
Expand Down Expand Up @@ -431,9 +431,7 @@
</template>
<script>
import VueAos from 'vue-aos';
import {
mapState,
} from 'vuex';
import { mapState } from 'vuex';
import AeAmount from '../components/AeAmount.vue';

export default {
Expand Down

0 comments on commit 66c0192

Please sign in to comment.