There was an error while loading. Please reload this page.
1 parent 2f1c6a7 commit 6804c16Copy full SHA for 6804c16
1 file changed
src/App.vue
@@ -9,14 +9,14 @@ div#wrapper
9
new-release-notification(v-if="isNewReleaseCheckEnabled")
10
router-view
11
12
- div.container(style="color: #555; font-size: 0.9em")
+ div.container(style="color: #555; font-size: 0.9em").px-0.px-md-2
13
div(style="float: left")
14
| Made with ❤ by the #[a(href="http://activitywatch.net/contributors/") ActivityWatch developers]
15
div
16
span.mt-2(v-show="info", style="color: #888; font-size: 0.8em")
17
| #[b Version:] {{info.version}}.
18
| #[b Host:] {{info.hostname}}
19
- div(class="footer")
+ div.footer
20
a(href="https://twitter.com/ActivityWatchIt", target="_blank")
21
icon(name="brands/twitter")
22
| Twitter
0 commit comments