13 lines
415 B
Handlebars
13 lines
415 B
Handlebars
<li class="items-start flex">
|
|
<div class="flex-shrink-0 ">
|
|
<svg class="text-green-500 h-6 w-6 " xmlns="http://www.w3.org/2000/svg"
|
|
fill="none" viewBox="0 0 24 24" stroke="currentColor"
|
|
aria-hidden="true">
|
|
<path stroke-linecap="round" stroke-linejoin="round"
|
|
stroke-width="2" d="M5 13l4 4L19 7" />
|
|
</svg>
|
|
</div>
|
|
<p class="dark:text-gray-200 ml-3">
|
|
{{ value }}
|
|
</p>
|
|
</li> |