mirror of
https://github.com/Luzifer/mediatimeline.git
synced 2024-11-09 23:30:05 +00:00
Open tweets in new window / browser
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c3d4e57675
commit
2f057a634c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
</b-card-body>
|
</b-card-body>
|
||||||
|
|
||||||
<b-card-footer class="text-right">
|
<b-card-footer class="text-right">
|
||||||
<b-button size="sm" variant="secondary" :href="`https://twitter.com/${tweet.user.screen_name}/status/${tweet.id}`">
|
<b-button size="sm" variant="secondary" :href="`https://twitter.com/${tweet.user.screen_name}/status/${tweet.id}`" target="_blank">
|
||||||
<i class="fas fa-link"></i>
|
<i class="fas fa-link"></i>
|
||||||
</b-button>
|
</b-button>
|
||||||
<b-button size="sm" variant="secondary" @click="refetch(tweet)">
|
<b-button size="sm" variant="secondary" @click="refetch(tweet)">
|
||||||
|
|
Loading…
Reference in a new issue