diff --git a/frontend/src/app/components/confirmation-dialog/confirmation-dialog.component.html b/frontend/src/app/components/confirmation-dialog/confirmation-dialog.component.html
index 4c99664..0a786dc 100644
--- a/frontend/src/app/components/confirmation-dialog/confirmation-dialog.component.html
+++ b/frontend/src/app/components/confirmation-dialog/confirmation-dialog.component.html
@@ -1,10 +1,10 @@
{{title}}
{{description}}
\ No newline at end of file
diff --git a/frontend/src/app/components/footer/footer.component.html b/frontend/src/app/components/footer/footer.component.html
index e5d9854..45df47c 100644
--- a/frontend/src/app/components/footer/footer.component.html
+++ b/frontend/src/app/components/footer/footer.component.html
@@ -1,14 +1,14 @@
©
- 2016 - 2024 Tous droits réservés
+ 2016 - 2024 All rights reserved
-
2.0-alpha
-
+
favorite
- menu_book
+ menu_book
-
- Développements réalisés par Florian THIERRY
+ Development realised by Florian THIERRY
\ No newline at end of file
diff --git a/frontend/src/app/components/footer/footer.component.spec.ts b/frontend/src/app/components/footer/footer.component.spec.ts
deleted file mode 100644
index 4647de8..0000000
--- a/frontend/src/app/components/footer/footer.component.spec.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { FooterComponent } from './footer.component';
-
-describe('FooterComponent', () => {
- let component: FooterComponent;
- let fixture: ComponentFixture;
-
- beforeEach(async () => {
- await TestBed.configureTestingModule({
- imports: [FooterComponent]
- })
- .compileComponents();
-
- fixture = TestBed.createComponent(FooterComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});
diff --git a/frontend/src/app/components/header/header.component.html b/frontend/src/app/components/header/header.component.html
index 5421b68..46ea23c 100644
--- a/frontend/src/app/components/header/header.component.html
+++ b/frontend/src/app/components/header/header.component.html
@@ -1,5 +1,5 @@
\ No newline at end of file
diff --git a/frontend/src/app/components/header/header.component.ts b/frontend/src/app/components/header/header.component.ts
index 66ff0b0..5f7f73f 100644
--- a/frontend/src/app/components/header/header.component.ts
+++ b/frontend/src/app/components/header/header.component.ts
@@ -1,16 +1,15 @@
+import { CommonModule } from '@angular/common';
import { Component, inject } from '@angular/core';
-import { MatIconModule } from '@angular/material/icon';
+import { FormControl, ReactiveFormsModule } from '@angular/forms';
import { MatButtonModule } from '@angular/material/button';
+import { MatRippleModule } from '@angular/material/core';
+import { MatIconModule } from '@angular/material/icon';
+import { MatMenuModule } from '@angular/material/menu';
+import { MatTooltipModule } from '@angular/material/tooltip';
import { RouterModule } from '@angular/router';
import { AuthenticationService } from '../../core/service/authentication.service';
-import { CommonModule } from '@angular/common';
-import { SideMenuComponent } from '../side-menu/side-menu.component';
-import { MatRippleModule } from '@angular/material/core';
-import { FormControl, ReactiveFormsModule } from '@angular/forms';
import { PublicationsSearchBarComponent } from '../publications-search-bar/publications-search-bar.component';
-import { MatTooltipModule } from '@angular/material/tooltip';
-import { MatMenuModule } from '@angular/material/menu';
-import { User } from '../../core/model/User';
+import { SideMenuComponent } from '../side-menu/side-menu.component';
@Component({
selector: 'app-header',
diff --git a/frontend/src/app/components/publications-search-bar/publications-search-bar.component.html b/frontend/src/app/components/publications-search-bar/publications-search-bar.component.html
index 6a89b0b..4d80970 100644
--- a/frontend/src/app/components/publications-search-bar/publications-search-bar.component.html
+++ b/frontend/src/app/components/publications-search-bar/publications-search-bar.component.html
@@ -1,5 +1,5 @@