Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/postcss-8.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancesCoronel authored Dec 28, 2023
2 parents 95ef221 + ea82053 commit 52dd281
Show file tree
Hide file tree
Showing 11 changed files with 138 additions and 102 deletions.
2 changes: 1 addition & 1 deletion components/Layout/MetaTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function MetaTags() {
return (
<>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:image" content="img/featured-image.png" />
<meta property="og:image" content="https://latina.dev/img/featured-image.png" />
<meta property="og:type" content="website" />
{/* For new browsers - multisize ico */}
<link
Expand Down
6 changes: 6 additions & 0 deletions data/members/catalina-laverde.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Catalina Laverde
added: "2023-10-11"
level: "Leader"
linkedin: "catalina-laverde"
---
6 changes: 6 additions & 0 deletions data/members/crystal-chavez.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Crystal Chavez
added: "2023-09-21"
level: "Individual Contributor"
linkedin: "cchavez99"
---
8 changes: 8 additions & 0 deletions data/members/dulce-palacios.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Dulce Palacios
added: "2023-09-21"
level: "Individual Contributor"
linkedin: "dulcepalacios"
github: "sugarpalaces"
countries: ["Guatemala"]
---
8 changes: 8 additions & 0 deletions data/members/natalie-perez.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Natalie Perez
added: "2023-09-21"
level: "Student"
linkedin: "natalie-perez-nyc"
github: "npereznyc"
countries: ["Ecuador", "Puerto Rico"]
---
208 changes: 108 additions & 100 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sentry/nextjs": "7.64.0",
"@sentry/nextjs": "7.77.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
Expand Down
Binary file added public/img/members/catalina-laverde.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/members/crystal-chavez.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/members/dulce-palacios.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/members/natalie-perez.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52dd281

Please sign in to comment.