mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
* Update appFooter.vue in attempt to fix #9336 Make whole social circle clickable. Replace div with `a` tag allowing whole circle to become a link. * Indent and reformat "Not ready yet" Instagram button.
This commit is contained in:
@@ -62,15 +62,12 @@
|
|||||||
a(href='http://devs.habitica.com/', target='_blank') {{ $t('devBlog') }}
|
a(href='http://devs.habitica.com/', target='_blank') {{ $t('devBlog') }}
|
||||||
.col-6.social
|
.col-6.social
|
||||||
h3 {{ $t('footerSocial') }}
|
h3 {{ $t('footerSocial') }}
|
||||||
.social-circle
|
a.social-circle(href='https://twitter.com/habitica', target='_blank')
|
||||||
a(href='https://twitter.com/habitica', target='_blank')
|
.social-icon.svg-icon(v-html='icons.twitter')
|
||||||
.social-icon.svg-icon(v-html='icons.twitter')
|
// TODO: Not ready yet. a.social-circle(href='https://www.instagram.com/habitica/', target='_blank')
|
||||||
// @TODO: Not ready yet .social-circle
|
.social-icon.svg-icon.instagram(v-html='icons.instagram')
|
||||||
a(href='https://www.instagram.com/habitica/', target='_blank')
|
a.social-circle(href='https://www.facebook.com/Habitica', target='_blank')
|
||||||
.social-icon.svg-icon.instagram(v-html='icons.instagram')
|
.social-icon.facebook.svg-icon(v-html='icons.facebook')
|
||||||
.social-circle
|
|
||||||
a(href='https://www.facebook.com/Habitica', target='_blank')
|
|
||||||
.social-icon.facebook.svg-icon(v-html='icons.facebook')
|
|
||||||
.row
|
.row
|
||||||
.col-10 {{ $t('donateText3') }}
|
.col-10 {{ $t('donateText3') }}
|
||||||
.col-2
|
.col-2
|
||||||
@@ -376,4 +373,4 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user