Skip to content

Commit dd4a997

Browse files
himanshu010iamareebjamal
authored andcommitted
fix: appname for mobile screen (#3715)
1 parent d8420a3 commit dd4a997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/nav-bar.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<i class="large content icon"></i>
4949
</a>
5050
{{#link-to 'index' class='item' activeClass=''}}
51-
<div class="ui header small text">{{config.appName}}</div>
51+
<div class="ui header small text">{{settings.appName}}</div>
5252
{{/link-to}}
5353
<div class="right menu nav-bar">
5454
{{#if session.isAuthenticated}}

0 commit comments

Comments
 (0)