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: [
|
||||
'© 2021 LBRY Foundation Inc',
|
||||
'© {year} LBRY Foundation Inc',
|
||||
'With love for community'
|
||||
]
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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>
|
||||
</template>
|
||||
|
@ -98,4 +98,4 @@ export default {
|
|||
justify-content center
|
||||
.fine-print
|
||||
margin-top 2rem
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Add table
Reference in a new issue