@@ -9,25 +9,34 @@ div#wrapper
99 new-release-notification( v-if ="isNewReleaseCheckEnabled" )
1010 router-view
1111
12- div.container ( style ="color: #555; font-size: 0.9em" ) .px-0.px-md-2
13- div( style = "float: left" )
12+ div.container ( style ="color: #555; font-size: 0.9em" )
13+ div.mb-2
1414 | Made with ❤ by the #[ a( href ="http://activitywatch.net/contributors/" ) ActivityWatch developers]
1515 div
1616 span.mt-2 ( v-show ="info" , style ="color: #888; font-size: 0.8em" )
1717 | #[ b Version:] {{info.version}}.
1818 | #[ b Host:] {{info.hostname}}
19- div.footer
20- a( href ="https://twitter.com/ActivityWatchIt" , target ="_blank" )
21- icon( name ="brands/twitter" )
22- | Twitter
23- | #[ a( href ="https://github.com/ActivityWatch/activitywatch/issues/new/choose" ) File a bug]
24- | #[ a( href ="https://forum.activitywatch.net/c/support" ) Join the Forum]
25- | #[ a( href ="https://forum.activitywatch.net/c/features" ) Vote on the forum]
19+ div.pb-3.mb-3
20+ div.float-left
21+ a( href ="https://twitter.com/ActivityWatchIt" , target ="_blank" ) .mr-2
22+ icon( name ="brands/twitter" )
23+ | Twitter
24+ a( href ="https://github.com/ActivityWatch" , target ="_blank" )
25+ icon( name ="brands/github" )
26+ | GitHub
27+ div.float-right
28+ a( href ="https://github.com/ActivityWatch/activitywatch/issues/new/choose" ) .mr-3
29+ | Report a bug
30+ a( href ="https://forum.activitywatch.net/c/support" ) .mr-3
31+ | Ask for help
32+ a( href ="https://forum.activitywatch.net/c/features" )
33+ | Vote for features
2634</template >
2735
2836<script >
2937// only import the icons you use to reduce bundle size
3038import ' vue-awesome/icons/brands/twitter' ;
39+ import ' vue-awesome/icons/brands/github' ;
3140
3241export default {
3342 data : function () {
0 commit comments