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 5b937df..74b0190 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/header/header.component.html b/frontend/src/app/components/header/header.component.html
index df91e86..17a4b46 100644
--- a/frontend/src/app/components/header/header.component.html
+++ b/frontend/src/app/components/header/header.component.html
@@ -1,7 +1,7 @@
@@ -20,7 +20,7 @@
@if (isAuthenticated) {
more_vert
@@ -38,7 +38,7 @@
} @else {
- Login
+ Login
}
\ No newline at end of file
diff --git a/frontend/src/app/components/publication-edition/code-block-dialog/code-block-dialog.component.html b/frontend/src/app/components/publication-edition/code-block-dialog/code-block-dialog.component.html
index 5d38a51..abd2006 100644
--- a/frontend/src/app/components/publication-edition/code-block-dialog/code-block-dialog.component.html
+++ b/frontend/src/app/components/publication-edition/code-block-dialog/code-block-dialog.component.html
@@ -1,6 +1,6 @@
@@ -27,10 +27,10 @@
-
+
Validate
-
+
Cancel
diff --git a/frontend/src/app/components/publication-edition/picture-selection-dialog/picture-selection-dialog.component.html b/frontend/src/app/components/publication-edition/picture-selection-dialog/picture-selection-dialog.component.html
index f724318..ddbe7ed 100644
--- a/frontend/src/app/components/publication-edition/picture-selection-dialog/picture-selection-dialog.component.html
+++ b/frontend/src/app/components/publication-edition/picture-selection-dialog/picture-selection-dialog.component.html
@@ -1,6 +1,6 @@
@@ -26,14 +26,14 @@
Cancel
upload_file
diff --git a/frontend/src/app/components/publication-edition/publication-edition.component.html b/frontend/src/app/components/publication-edition/publication-edition.component.html
index fd412c8..0f59725 100644
--- a/frontend/src/app/components/publication-edition/publication-edition.component.html
+++ b/frontend/src/app/components/publication-edition/publication-edition.component.html
@@ -122,7 +122,7 @@
Save
diff --git a/frontend/src/app/components/side-menu/side-menu.component.html b/frontend/src/app/components/side-menu/side-menu.component.html
index 733ac4d..28321a0 100644
--- a/frontend/src/app/components/side-menu/side-menu.component.html
+++ b/frontend/src/app/components/side-menu/side-menu.component.html
@@ -6,7 +6,7 @@
diff --git a/frontend/src/app/components/submit-button/submit-button.component.html b/frontend/src/app/components/submit-button/submit-button.component.html
index d1410c8..01852ab 100644
--- a/frontend/src/app/components/submit-button/submit-button.component.html
+++ b/frontend/src/app/components/submit-button/submit-button.component.html
@@ -1,5 +1,5 @@
diff --git a/frontend/src/app/pages/login/login.component.html b/frontend/src/app/pages/login/login.component.html
index fb3517f..165af6f 100644
--- a/frontend/src/app/pages/login/login.component.html
+++ b/frontend/src/app/pages/login/login.component.html
@@ -18,6 +18,6 @@
\ No newline at end of file
diff --git a/frontend/src/app/pages/signin/signin.component.html b/frontend/src/app/pages/signin/signin.component.html
index 972e526..c47af27 100644
--- a/frontend/src/app/pages/signin/signin.component.html
+++ b/frontend/src/app/pages/signin/signin.component.html
@@ -34,6 +34,6 @@
\ No newline at end of file
diff --git a/frontend/src/design_system/button.scss b/frontend/src/design_system/button.scss
index 43539ea..e8c7b9c 100644
--- a/frontend/src/design_system/button.scss
+++ b/frontend/src/design_system/button.scss
@@ -1,4 +1,4 @@
-button.cod-btn, a.cod-btn {
+button.cod-button, a.cod-button {
padding: .8em 1.2em;
border-radius: 10em;
border: none;
@@ -38,6 +38,6 @@ button.cod-btn, a.cod-btn {
}
}
-a.cod-btn {
+a.cod-button {
text-decoration: none;
}
\ No newline at end of file