We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40aee6 commit ee394f4Copy full SHA for ee394f4
_includes/package-grid.html
@@ -53,7 +53,7 @@ <h3 class="card__title no_toc" itemprop="headline">
53
<li><a href="communities/astropy.html"><i class="fa-solid fa-check-double"></i> <img src="http://img.shields.io/badge/Affiliated-SunPy-yellow.svg?style=flat" alt="SunPy" /></a></li>
54
{% endif %}
55
{% if apackage.active == false %}
56
- <li><i class="fa-solid fa-box-archive"></i> Not Active</li>
+ <li><i class="fa-solid fa-box-archive"></i> Archived</li>
57
58
</ul>
59
<hr>
0 commit comments