diff --git a/web/static/custom/bountyhub.js b/web/static/custom/bountyhub.js index d857796d..60736c3e 100644 --- a/web/static/custom/bountyhub.js +++ b/web/static/custom/bountyhub.js @@ -100,7 +100,7 @@ document.addEventListener('DOMContentLoaded', function() { setTimeout(() => { card.style.opacity = '1'; card.style.transform = 'translateY(0)'; - }, index * 50); // staggering anims for sort, search and filter and even first load + }, index * 5); // staggering anims for sort, search and filter and even first load }); } @@ -109,7 +109,7 @@ document.addEventListener('DOMContentLoaded', function() {
${attributes.name}
-
${attributes.name}${attributes.bookmarked ? '' : ''}
+
${attributes.name}  ${attributes.bookmarked ? '' : ''}
@${attributes.handle}