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>
|
||||
</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">
|
||||
|
|
Loading…
Reference in New Issue