chore: update footer

This commit is contained in:
Snazzah 2022-05-09 14:33:19 -05:00
parent 9979deafd6
commit f50a1a8ade
No known key found for this signature in database
GPG key ID: 5E71D54F3D86282E
2 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,7 @@ const config = {
} }
], ],
finePrints: [ finePrints: [
2021 LBRY Foundation Inc', {year} LBRY Foundation Inc',
'With love for community' 'With love for community'
] ]
} }

View file

@ -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>