Skip to content

Commit

Permalink
Use sponsors order as La Velada presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Mar 5, 2024
1 parent caf8418 commit d486a19
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/sections/Sponsors.astro
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
const SPONSORS = [
{
id: "alsa",
name: "Alsa",
url: "https://alsa.es",
id: "vicio",
name: "Vicio",
url: "https://www.ganasdevicio.com/",
},
{
id: "cerave",
name: "Cerave",
url: "https://cerave.es",
id: "revolut",
name: "Revolut",
url: "https://revolut.com",
},
{
id: "el-pozo",
Expand All @@ -21,29 +21,29 @@ const SPONSORS = [
url: "https://grefusa.com",
},
{
id: "maxibon",
name: "Maxibon",
url: "https://maxibon.es",
id: "spotify",
name: "Spotify",
url: "https://spotify.com",
},
{
id: "cerave",
name: "Cerave",
url: "https://cerave.es",
},
{
id: "prime",
name: "Prime",
url: "https://drinkprime.com/",
},
{
id: "revolut",
name: "Revolut",
url: "https://revolut.com",
},
{
id: "spotify",
name: "Spotify",
url: "https://spotify.com",
id: "alsa",
name: "Alsa",
url: "https://alsa.es",
},
{
id: "vicio",
name: "Vicio",
url: "https://www.ganasdevicio.com/",
id: "maxibon",
name: "Maxibon",
url: "https://maxibon.es",
},
]
---
Expand Down

0 comments on commit d486a19

Please sign in to comment.