Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e3d5dc

Browse files
committed
fix site footer to say cosmos
1 parent 4309009 commit 0e3d5dc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ export default {
3636
{ n: 'description', c: 'Cosmos is a project with an ambitious mission: To create a network of distributed ledgers that will solve long-standing problems in the cryptocurrency community.' },
3737
3838
{ n: 'twitter:card', c: 'summary' },
39-
{ n: 'twitter:site', c: '@cosmos_hq' },
39+
{ n: 'twitter:site', c: '@cosmos' },
4040
{ n: 'twitter:title', c: 'Cosmos - Internet of Blockchains' },
4141
{ n: 'twitter:description', c: 'Cosmos is a project with an ambitious mission: To create a network of distributed ledgers that will solve long-standing problems in the cryptocurrency community.' },
42-
{ n: 'twitter:creator', c: '@cosmos_hq' },
42+
{ n: 'twitter:creator', c: '@cosmos' },
4343
{ p: 'twitter:image', c: require('./assets/favicon/apple-icon-180x180.png') },
4444
4545
{ p: 'og:title', c: 'Cosmos - Internet of Blockchains' },

src/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
a(href='https://cosmos.rocket.chat')
3030
i.fa.fa-rocket
3131
| Chat on Rocket
32-
a(href='https://twitter.com/cosmos_hq')
32+
a(href='https://twitter.com/cosmos')
3333
i.fa.fa-twatter
3434
| Twitter
3535
section

src/components/PageHackAtom.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
</section>
155155
<section class="ha-section ha-section-hashtag">
156156
<div class="ha-container">
157-
<header><a href="https://twitter.com/intent/tweet?text=I'm%20going%20to%20%23hackatom2017%20@cosmos_hq"><i class="fa fa-twatter"></i> #hackatom2017</a></header>
157+
<header><a href="https://twitter.com/intent/tweet?text=I'm%20going%20to%20%23hackatom2017%20@cosmos"><i class="fa fa-twatter"></i> #hackatom2017</a></header>
158158
</div>
159159
</section>
160160
<modal-agreement v-if='hackatom.modal'></modal-agreement>

src/components/PageHackAtomZhCn.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
</section>
158158
<section class="ha-section ha-section-hashtag">
159159
<div class="ha-container">
160-
<header><a href="https://twitter.com/intent/tweet?text=I'm%20going%20to%20%23hackatom2017%20@cosmos_hq"><i class="fa fa-twatter"></i> #hackatom2017</a></header>
160+
<header><a href="https://twitter.com/intent/tweet?text=I'm%20going%20to%20%23hackatom2017%20@cosmos"><i class="fa fa-twatter"></i> #hackatom2017</a></header>
161161
</div>
162162
</section>
163163
</div>

0 commit comments

Comments
 (0)