Skip to content

Commit

Permalink
fix: use new Twitter account
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme committed May 20, 2021
1 parent 3afbbfc commit 09ac1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CarouselSlideEditor.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<q-carousel-slide class="column items-center justify-center" :name="name">
<div class="text-center">Sébastien Prud'homme</div>
<q-btn class="icon-half text-half" flat icon="fab fa-twitter" label="@sebasprud" no-caps rounded @click="open" />
<q-btn class="icon-half text-half" flat icon="fab fa-twitter" label="@CowboySysop" no-caps rounded @click="open" />
</q-carousel-slide>
</template>

Expand All @@ -18,7 +18,7 @@ export default {
},
methods: {
open: function () {
openURL('https://twitter.com/sebasprud')
openURL('https://twitter.com/CowboySysop')
}
}
}
Expand Down

0 comments on commit 09ac1bb

Please sign in to comment.