From 79b238266265aaafc2c293f1a5071d8fbe789808 Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 21 Feb 2022 10:49:18 +0100 Subject: [PATCH] turn rss icon into a real link instead of copying url into clipboard --- components/Nav.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Nav.vue b/components/Nav.vue index 20fe7c32..e4e81ab2 100644 --- a/components/Nav.vue +++ b/components/Nav.vue @@ -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')