mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
turn rss icon into a real link instead of copying url into clipboard
This commit is contained in:
parent
f1ad1f1f65
commit
79b2382662
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
v-icon(v-text='mdiDotsVertical')
|
||||
|
||||
|
||||
v-btn(icon @click='clipboard(feedLink, "common.feed_url_copied")' aria-label='RSS')
|
||||
v-btn(icon target='_blank' :href='feedLink' aria-label='RSS')
|
||||
v-icon(color='orange' v-text='mdiRss')
|
||||
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue