diff --git a/public/img/sponsors/thebackyardapparel.png b/public/img/sponsors/thebackyardapparel.png new file mode 100644 index 0000000..f1bac4e Binary files /dev/null and b/public/img/sponsors/thebackyardapparel.png differ diff --git a/src/components/colaboradoras.jsx b/src/components/colaboradoras.jsx index 8c19598..7244c46 100644 --- a/src/components/colaboradoras.jsx +++ b/src/components/colaboradoras.jsx @@ -13,7 +13,7 @@ export const Colaboradoras = (props) => {
{props.data ? props.data.colabs.map((d, i) => ( -
+
...
diff --git a/src/data/data.json b/src/data/data.json index 25f7a68..e29177a 100644 --- a/src/data/data.json +++ b/src/data/data.json @@ -177,7 +177,11 @@ "img": "img/sponsors/sofrosine.png", "name": "Sofrosine", "link": "https://www.sofrosine.store/" - } + }, + { + "img": "img/sponsors/thebackyardapparel.png", + "name": "The Backyard Apparel", + "link": "https://www.thebackyard.es/es"} ] } }