mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-19 20:34:44 +00:00
Merge pull request #5144 from NotGonnaGitUs/FrontPageLinkFix
Fixed broken business link
This commit is contained in:
commit
ca90de7a55
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
|||
= env.t('work')
|
||||
br
|
||||
small
|
||||
a(href='/business.html')= env.t('businessText')
|
||||
a(href='/static/plans')= env.t('businessText')
|
||||
.carousel-content.row
|
||||
.sampletasks.col-lg-4.col-md-6.col-sm-12.col-xs-12
|
||||
h4= env.t('sampleHabits')
|
||||
|
|
|
|||
Loading…
Reference in a new issue