From ffb318fe8dfa3175c69ec1169e04e9248cec6894 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 28 Sep 2017 23:50:29 +0000 Subject: [PATCH] fix(news): sprite path --- Dockerfile-Production | 2 +- website/client/components/achievements/newStuff.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile-Production b/Dockerfile-Production index 2cd812cc23..c560eb52b7 100644 --- a/Dockerfile-Production +++ b/Dockerfile-Production @@ -9,7 +9,7 @@ RUN npm install -g gulp grunt-cli bower mocha # Clone Habitica repo and install dependencies RUN mkdir -p /usr/src/habitrpg WORKDIR /usr/src/habitrpg -RUN git clone --branch release https://github.com/HabitRPG/habitica.git /usr/src/habitrpg +RUN git clone --branch v4.0.3 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg RUN npm install RUN bower install --allow-root RUN gulp build:prod --force diff --git a/website/client/components/achievements/newStuff.vue b/website/client/components/achievements/newStuff.vue index 1492c9a64e..6574f22064 100644 --- a/website/client/components/achievements/newStuff.vue +++ b/website/client/components/achievements/newStuff.vue @@ -49,7 +49,7 @@ } .grassy-meadow-backdrop { - background-image: url('~assets/images/npc/normal/tavern_background.png'); + background-image: url('~assets/images/npc/fall/tavern_background.png'); background-repeat: repeat-x; width: 100%; height: 246px; @@ -69,7 +69,7 @@ } .sorceress_front { - background-image: url('~assets/images/npc/normal/seasonal_shop_opened_npc.png'); + background-image: url('~assets/images/npc/fall/seasonal_shop_opened_npc.png'); height: 246px; width: 471px; background-repeat: no-repeat;