@@ -1,4 +1,4 @@
-export const appVersionCode = 4
+export const appVersionCode = 5
const api = {
production: 'https://api.denetme.net',
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "DeNet",
"description": "Growing more twitter followers with Denet",
- "version": "1.0.4",
+ "version": "1.0.5",
"background": {
"service_worker": "/js/background.js"
},
@@ -1,7 +1,7 @@
<template>
<div :style="{ fontSize: amount_font_size + 'px' }">
<a-tooltip :title="amount" >
- <span class="content">{{ getBit(amount) }}</span>
+ <span class="content" :style="{ fontSize: amount_font_size + 'px' }">{{ getBit(amount) }}</span>
</a-tooltip>
</div>
</template>