Files
Gainsight/Custom_Templates/customer_templates/Instacart - Carrot/_achievments_display.html.liquid

20 lines
402 B
Plaintext

<div
class="achievments-display">
{% comment %} TODO: display array after implementig gamification {% endcomment %}
{% include "badge_icon"
, badgeimg: ''
, badgename: ''
, showname: false %}
</div>
<style>
.achievments-display {
padding: 0 0.5rem;
display: none;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
gap: 20px;
}
</style>