19 lines
472 B
Plaintext
19 lines
472 B
Plaintext
<div
|
|
class="achievments-display">
|
|
{% comment %} TODO: display array after implementig gamification {% endcomment %}
|
|
{% include "badge_icon"
|
|
, badgeimg: 'https://s3.us-east-1.amazonaws.com/static.northpass.com/Instacart/medal.png'
|
|
, badgename: ''
|
|
, showname: false %}
|
|
</div>
|
|
|
|
<style>
|
|
.achievments-display {
|
|
padding: 0 0.5rem;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
gap: 20px;
|
|
}
|
|
</style> |