replaced samples icon by mdi-map-marker

This commit is contained in:
2021-09-16 13:04:37 +02:00
parent 35d5eeabdf
commit d26e21b5a5
12 changed files with 10 additions and 10 deletions

View File

@ -40,7 +40,7 @@
</div>
</section>
<section class="tool samples" v-if="item.samples && item.samples.length">
<span class="btn mdi mdi-beaker-outline"/>
<span class="btn mdi mdi-map-marker-star-outline"/>
<div class="tool-content">
<span class="label">{{ $t("materio.Samples") }}</span>
<ul>

View File

@ -8,7 +8,7 @@
</header>
<nav class="tools">
<section class="tool samples" v-if="item.samples && item.samples.length">
<span class="btn mdi mdi-beaker-outline"/>
<span class="btn mdi mdi-map-marker-star-outline"/>
<div class="tool-content">
<span class="label">{{ $t("materio.Samples") }}</span>
<ul>

View File

@ -58,7 +58,7 @@
</section>
<section class="tool samples" v-if="item.samples && item.samples.length">
<span
class="btn mdi mdi-beaker-outline"
class="btn mdi mdi-map-marker-star-outline"
v-touch.prevent.stop="onTapTool"
/>
<div class="tool-content">