Update home.html

This commit is contained in:
zandercymatics 2023-08-16 15:30:59 -06:00
parent aa6d687fa6
commit a0f50465f8
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -120,6 +120,8 @@
<p><a href="{% url 'application:' %}" class="usa-button">Start a new domain request</a></p>
</section>
{# Note: Reimplement this later after MVP #}
<!--
<section class="section--outlined tablet:grid-col-11 desktop:grid-col-10">
<h2>Archived domains</h2>
<p>You don't have any archived domains</p>
@ -132,7 +134,7 @@
Export domains as csv
</a>
</section>
-->
</div>
{% else %} {# not user.is_authenticated #}