diff --git a/frontend/src/app/components/footer/footer.component.html b/frontend/src/app/components/footer/footer.component.html
index 05c5dce..e5d9854 100644
--- a/frontend/src/app/components/footer/footer.component.html
+++ b/frontend/src/app/components/footer/footer.component.html
@@ -1,16 +1,14 @@
-
- ©
-
+
©
2016 - 2024 Tous droits réservés
-
2.0-alpha
-
+
favorite
- menu_book
+ menu_book
-
Développements réalisés par Florian THIERRY
\ No newline at end of file
diff --git a/frontend/src/app/components/footer/footer.component.ts b/frontend/src/app/components/footer/footer.component.ts
index 1276ffa..bb8f602 100644
--- a/frontend/src/app/components/footer/footer.component.ts
+++ b/frontend/src/app/components/footer/footer.component.ts
@@ -1,11 +1,12 @@
import { Component } from '@angular/core';
import { MatIconModule } from '@angular/material/icon';
+import { MatTooltipModule } from '@angular/material/tooltip';
import { RouterModule } from '@angular/router';
@Component({
selector: 'app-footer',
standalone: true,
- imports: [MatIconModule, RouterModule],
+ imports: [MatIconModule, MatTooltipModule, RouterModule],
templateUrl: './footer.component.html',
styleUrl: './footer.component.scss'
})