🔥 (offline) remove offline img

This commit is contained in:
2021-03-20 18:25:18 +01:00
parent 1ab8672033
commit fc008bbaf8
6 changed files with 45 additions and 41 deletions

View File

@@ -12,12 +12,6 @@
{{ title }}
</a>
</div>
<img
class="offline-ready"
v-if="fromCache"
src="@/assets/icons/saved.svg"
alt="offline ready"
/>
<section v-html="content"></section>
</div>
</template>