Finished the footer

This commit is contained in:
Peter
2025-04-05 23:05:45 +02:00
parent e158c30bf1
commit 4f2118a83a
3 changed files with 116 additions and 1 deletions
@@ -1,4 +1,5 @@
import {Component} from '@angular/core';
import {ALTITUDE_VERSION} from '../constant';
@Component({
selector: 'app-footer',
@@ -10,4 +11,6 @@ export class FooterComponent {
public getCurrentYear() {
return new Date().getFullYear();
}
protected readonly ALTITUDE_VERSION = ALTITUDE_VERSION;
}