Skip to content

Commit

Permalink
Add new sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Jul 3, 2024
1 parent 6b24876 commit 3061dbd
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions src/consts/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export const SPONSORS: Array<Sponsors> = [
},
},
{
id: "prime",
id: "prime-h",
name: "Prime",
url: "https://drinkprime.com/",
image: {
width: 144,
width: 200,
height: 49,
},
},
Expand Down Expand Up @@ -92,6 +92,24 @@ export const SPONSORS: Array<Sponsors> = [
height: 69,
},
},
{
id: "mahou",
name: "Mahou",
url: "https://www.mahou.es/",
image: {
width: 200,
height: 100,
},
},
{
id: "g-shock",
name: "G-Shock",
url: "https://gshock.casio.com/es/",
image: {
width: 200,
height: 69,
},
},
{
id: "infojobs",
name: "InfoJobs",
Expand Down

0 comments on commit 3061dbd

Please sign in to comment.