Move user RSS icon (WIP)
Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
parent
69d712e5fb
commit
b03a5b9e52
5 changed files with 26 additions and 6 deletions
|
@ -12,6 +12,10 @@ export default {
|
|||
type: Object,
|
||||
default: () => {},
|
||||
},
|
||||
extra: {
|
||||
type: Object,
|
||||
default: () => {},
|
||||
},
|
||||
},
|
||||
data: () => ({
|
||||
colorRange: [
|
||||
|
@ -54,7 +58,11 @@ export default {
|
|||
};
|
||||
</script>
|
||||
<template>
|
||||
<div class="total-contributions">
|
||||
<div class="total-contributions tw-ml-2">
|
||||
<a v-if="extra.rss_target" :href="extra.rss_target">
|
||||
<i class="ui text grey tw-mr-1" :data-tooltip-content="locale.rss_feed" v-html="extra.rss_icon"/>
|
||||
</a>
|
||||
|
||||
{{ locale.contributions_in_the_last_12_months }}
|
||||
</div>
|
||||
<calendar-heatmap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue