diff --git a/src/routes/_interspace/peeps.js b/src/routes/_interspace/peeps.js index 8ac21d4..3248db2 100644 --- a/src/routes/_interspace/peeps.js +++ b/src/routes/_interspace/peeps.js @@ -7,6 +7,7 @@ export const locations = { santa: [83.572432, -34.688185], ayahuasca: [-4.013424, -74.368989], vulcano: [50.931793, 81.90054], + library: [31.212641, 29.933941], }; export const peeps = [ @@ -16,6 +17,12 @@ export const peeps = [ url: "https://space.leapdao.org/Berlin", location: locations.berlin, }, + { + name: "Library", + avatar: "./img/map/library.jpg", + url: "https://space.leapdao.org/Library", + location: locations.library, + }, { name: "Cat Town", avatar: "./img/map/kitty.jpeg", diff --git a/static/img/map/library.jpg b/static/img/map/library.jpg new file mode 100644 index 0000000..409f1d7 Binary files /dev/null and b/static/img/map/library.jpg differ