aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/footer/footer.component.ts
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-06 14:29:14 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-06 14:29:14 +0200
commit4b094fb29ea7eaeb58f0c29df60e55586a74db76 (patch)
treedba5ca9fb171c25182b5e2450363b7dce0db1304 /src/app/components/footer/footer.component.ts
parentb379eed12c5f5fa1b1685dc2ad87191733a41d28 (diff)
downloadDevHive-Angular-4b094fb29ea7eaeb58f0c29df60e55586a74db76.tar
DevHive-Angular-4b094fb29ea7eaeb58f0c29df60e55586a74db76.tar.gz
DevHive-Angular-4b094fb29ea7eaeb58f0c29df60e55586a74db76.zip
Reverted footer
Diffstat (limited to 'src/app/components/footer/footer.component.ts')
-rw-r--r--src/app/components/footer/footer.component.ts18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/app/components/footer/footer.component.ts b/src/app/components/footer/footer.component.ts
deleted file mode 100644
index e83f840..0000000
--- a/src/app/components/footer/footer.component.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-import { Component, OnInit } from '@angular/core';
-
-@Component({
- selector: 'app-footer',
- templateUrl: './footer.component.html',
- styleUrls: ['./footer.component.css']
-})
-export class FooterComponent implements OnInit {
- public version: string = "v0.1";
- public licenseUrl: string = "https://github.com/Team-Kaleidoscope/DevHive-Angular/blob/main/LICENSE";
- public organizationUrl: string = "https://github.com/Team-Kaleidoscope";
-
- constructor() { }
-
- ngOnInit(): void {
- }
-
-}