diff --git a/src/assets/designecologist-5mj5jLhYWpY-unsplash.jpg b/src/assets/designecologist-5mj5jLhYWpY-unsplash.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..5d637f74b006446cc59fb0df5f10c96082323d88
Binary files /dev/null and b/src/assets/designecologist-5mj5jLhYWpY-unsplash.jpg differ
diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index ed2568ef998e2e769ccb4a3745185ddb04be7e44..e455a91667f355a0a98c6b00049b01b5b74f5189 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -456,13 +456,13 @@ export default {
     },
     load_monthly_bm: function() {
       let self = this
-      axios.get(ARTICLE_ENDPOINT + 'bm/article/5607.json').then(function(response){
+      axios.get(ARTICLE_ENDPOINT + 'bm/article/120608.json').then(function(response){
         self.monthly_bm = Object.assign(response.data, {dictionary: 'bm'})
       })
     },  
     load_monthly_nn: function() {
       let self = this
-      axios.get(ARTICLE_ENDPOINT + 'nn/article/78569.json').then(function(response){
+      axios.get(ARTICLE_ENDPOINT + 'nn/article/44621.json').then(function(response){
         self.monthly_nn = Object.assign(response.data, {dictionary: 'nn'})
       })
     },
@@ -763,7 +763,7 @@ div.welcome {
   padding-top: 10px;
   margin-top: 10px;
   flex-grow: 10;
-  background-image: url('../assets/books.jpg');
+  background-image: url('../assets/designecologist-5mj5jLhYWpY-unsplash.jpg');
   background-repeat: no-repeat;
   background-position-x: center;
 }