Skip to content

Commit

Permalink
feat: update spanish conference logos (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: Noelia <noeliadonato@gmail.com>
  • Loading branch information
EduWTR and nsdonato authored Apr 4, 2024
1 parent 5906a0f commit 4518698
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions db/conferences/spain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ const spain: DocPage = {
{ type: LinkType.Web, url: 'https://softwarecrafters.barcelona/' },
],
cover: {
src: '',
height: 80,
width: 190,
src: '/conferences/espana/scbcn.png',
height: 60,
width: 60,
},
videos: [],
infoExtra: {
Expand All @@ -126,9 +126,9 @@ const spain: DocPage = {
titleCard: '',
links: [{ type: LinkType.Web, url: 'https://www.devbcn.com/' }],
cover: {
src: '/conferences/espana/scbcn.png',
src: '/conferences/espana/dev-bcn.png',
height: 60,
width: 60,
width: 160,
},
videos: [],
infoExtra: {
Expand All @@ -145,9 +145,9 @@ const spain: DocPage = {
titleCard: '',
links: [{ type: LinkType.Web, url: 'https://pamplonaswcraft.com/' }],
cover: {
src: '',
src: '/conferences/espana/pamplonaswcraft.jpg',
height: 80,
width: 190,
width: 80,
},
videos: [],
infoExtra: {
Expand Down
Binary file added public/conferences/espana/dev-bcn.png
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/conferences/espana/pamplonaswcraft.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 4518698

Please sign in to comment.