From 85817b2b4e216b1b49420bb66c38dc988d4dd694 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 12 Feb 2015 11:50:55 -0600 Subject: [PATCH] Corrected path to habitrpg logo --- website/views/static/front.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/static/front.jade b/website/views/static/front.jade index 9927ef3551..bbd25b9603 100644 --- a/website/views/static/front.jade +++ b/website/views/static/front.jade @@ -15,7 +15,7 @@ block content .marketing //we need to use something that's not jumbotron for this, but still keep it centered //could someone write something else to make it pretty? - img(src='/bower_components/habitrpg-shared/img/logo/habitrpg_pixel.png', alt='HabitRPG logo') + img(src='/common/img/logo/habitrpg_pixel.png', alt='HabitRPG logo') //this image needs to be replaced by something more enticing, that shows off the features of hRPG //while acting similarly to a logo h1#tagline=env.t('tagline')