Skip to content

Commit

Permalink
Merge pull request #142 from WildCodeSchool/final
Browse files Browse the repository at this point in the history
Final
  • Loading branch information
Hepsox authored Feb 6, 2024
2 parents 98ad044 + 46d64f6 commit 572d8c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/Dashboards/RowDash2.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

.field-nbr {
max-width: 25px;
background-color: red;
}

.field-string {
Expand All @@ -47,7 +46,6 @@
flex-direction: row;
max-width: 65px;
margin-left: 50px;
background-color: red;
}

.icon-dash > button > i {
Expand Down
9 changes: 7 additions & 2 deletions frontend/src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ export default function Footer() {
className="text-center p-3"
style={{ backgroundColor: "#c91f61", color: "white" }}
>
© {new Date().getFullYear()} Copyright:{" "}
<a className="text-light" href="https://mdbootstrap.com/">
&copy; {new Date().getFullYear()} Copyright :{" "}
<a
className="text-light"
href="https://www.externatic.fr/"
target="_blank"
rel="noreferrer"
>
Externatic.com
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/HomeCard/HomeCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function HomeCard() {
<div className="homeCard-container">
<div className="card-one">
<i className="fa-regular fa-address-book" />
<h2>Inscrivez-vous!</h2>
<h2>Inscrivez-vous !</h2>
<p>
En vous inscrivant, initiez votre retour à l'emploi avec notre
plateforme ! Explorez des opportunités, acquérez des compétences,
Expand Down

0 comments on commit 572d8c9

Please sign in to comment.