replaced samples icon by mdi-map-marker
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user