Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tripathyr authored Nov 19, 2024
1 parent 5242ab4 commit a51760e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -859,10 +859,10 @@ <h4 class="start-date">${startDate} Fund</h4>
</div>
</div>
${tapoutsPoints.length ? html`
<div class="grid">
<!-- <div class="grid">
<span class="value margin-bottom-0-5r">Tapouts</span>
<ul class="tapout-list">${tapoutsPoints}</ul>
</div>` : ''}
</div> -->` : ''}
<div class="grid">
<span class="label">Fund transactions</span>
<div class="flex gap-0-5 flex-wrap">${renderedFundTxs}</div>
Expand Down Expand Up @@ -1320,4 +1320,4 @@ <h4 class="margin-bottom-0-5r">Investors</h4>

</body>

</html>
</html>

0 comments on commit a51760e

Please sign in to comment.