mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Corrected path to habitrpg logo
This commit is contained in:
parent
9f6d74b2bd
commit
85817b2b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue