File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
layers/base/app/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 "side_navigation" : " Side Navigation"
1616 },
1717 "footer" : {
18- "copyright" : " © 2025 beaconcha.in. All rights reserved" ,
18+ "copyright" : " © {year} beaconcha.in. All rights reserved" ,
1919 "imprint" : " Imprint" ,
2020 "links" : {
2121 "follow_us" : " Follow us on social media to find out the latest updates on our progress." ,
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ const resourceLinks: Link[] = [
194194 {{ $t('base.footer.privacy') }}
195195 </NuxtLink >
196196 </div >
197- <span class =" flex self-center sm:order-1" >{{ $t('base.footer.copyright') }}</span >
197+ <span class =" flex self-center sm:order-1" >{{ $t('base.footer.copyright', { year: new Date().getFullYear() } ) }}</span >
198198 </div >
199199 </div >
200200 </div >
You can’t perform that action at this time.
0 commit comments