chore: update footer
This commit is contained in:
parent
9979deafd6
commit
f50a1a8ade
2 changed files with 3 additions and 3 deletions
|
@ -132,7 +132,7 @@ const config = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
finePrints: [
|
finePrints: [
|
||||||
'© 2021 LBRY Foundation Inc',
|
'© {year} LBRY Foundation Inc',
|
||||||
'With love for community'
|
'With love for community'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="fine-print" v-if="config.finePrints">
|
<div class="fine-print" v-if="config.finePrints">
|
||||||
<span>{{ config.finePrints[0] }}</span> <i>{{ config.finePrints[1] }}</i>
|
<span>{{ config.finePrints[0].replace('{year}', new Date().getFullYear().toString()) }}</span> <i>{{ config.finePrints[1] }}</i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue