replaced samples icon by mdi-map-marker
This commit is contained in:
parent
35d5eeabdf
commit
d26e21b5a5
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -40,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="tool samples" v-if="item.samples && item.samples.length">
|
<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">
|
<div class="tool-content">
|
||||||
<span class="label">{{ $t("materio.Samples") }}</span>
|
<span class="label">{{ $t("materio.Samples") }}</span>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
</header>
|
</header>
|
||||||
<nav class="tools">
|
<nav class="tools">
|
||||||
<section class="tool samples" v-if="item.samples && item.samples.length">
|
<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">
|
<div class="tool-content">
|
||||||
<span class="label">{{ $t("materio.Samples") }}</span>
|
<span class="label">{{ $t("materio.Samples") }}</span>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
</section>
|
</section>
|
||||||
<section class="tool samples" v-if="item.samples && item.samples.length">
|
<section class="tool samples" v-if="item.samples && item.samples.length">
|
||||||
<span
|
<span
|
||||||
class="btn mdi mdi-beaker-outline"
|
class="btn mdi mdi-map-marker-star-outline"
|
||||||
v-touch.prevent.stop="onTapTool"
|
v-touch.prevent.stop="onTapTool"
|
||||||
/>
|
/>
|
||||||
<div class="tool-content">
|
<div class="tool-content">
|
||||||
|
|
Loading…
Reference in New Issue