Skip to content

Commit 6517639

Browse files
authored
Merge pull request #457 from seanmarcia/warning_fix
Fix warning
2 parents 8ac0017 + 45d2a8a commit 6517639

3 files changed

Lines changed: 18 additions & 20 deletions

File tree

components/Footer/Footer.module.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181

8282
.socials {
8383
width: 90%;
84+
color: #959da5;
85+
max-width: 1280px;
86+
margin: 0 auto;
87+
padding: 8px 0;
8488

8589
@media (min-width: 800px) {
8690
display: flex;
@@ -89,11 +93,6 @@
8993
flex-direction: row-reverse;
9094
}
9195

92-
color: #959da5;
93-
max-width: 1280px;
94-
margin: 0 auto;
95-
padding: 8px 0;
96-
9796
.socials__left {
9897
width: 100%;
9998
display: flex;

package-lock.json

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@fortawesome/fontawesome-svg-core": "^7.1.0",
1515
"@fortawesome/free-regular-svg-icons": "^6.7.2",
1616
"@fortawesome/free-solid-svg-icons": "^7.1.0",
17-
"@fortawesome/react-fontawesome": "^0.2.1",
17+
"@fortawesome/react-fontawesome": "^3.1.1",
1818
"@primer/react-brand": "^0.58.2",
1919
"@types/node": "24.7.2",
2020
"@types/react": "^18.2.0",

0 commit comments

Comments
 (0)