File tree 1 file changed +3
-3
lines changed
src/client/app/mobile/views/pages
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
</div >
53
53
</div >
54
54
</div >
55
-
55
+
56
56
<mk-post-form class =" form" :inside =" true" v-if =" $store.state.settings.showPostFormOnTopOfTlMobile" />
57
57
58
58
<div class =" tl" >
@@ -77,7 +77,7 @@ import Vue from 'vue';
77
77
import i18n from ' ../../../i18n' ;
78
78
import Progress from ' ../../../common/scripts/loading' ;
79
79
import XTl from ' ./home.timeline.vue' ;
80
- import { faThumbsUp } from ' @fortawesome/free-solid-svg-icons' ;
80
+ import { faThumbsUp , faQuestion } from ' @fortawesome/free-solid-svg-icons' ;
81
81
82
82
export default Vue .extend ({
83
83
i18n: i18n (' mobile/views/pages/home.vue' ),
@@ -95,7 +95,7 @@ export default Vue.extend({
95
95
showNav: false ,
96
96
enableLocalTimeline: false ,
97
97
enableGlobalTimeline: false ,
98
- faThumbsUp
98
+ faThumbsUp , faQuestion
99
99
};
100
100
},
101
101
You can’t perform that action at this time.
0 commit comments