Skip to content

Commit af74cf6

Browse files
committed
Comment out art-modal for now
1 parent 4c7e0b8 commit af74cf6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/app/solicitation/summary/results-detail/results-detail.component.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ <h1 class="font-sans-xl margin-bottom-2">{{solicitation.title}}</h1>
2424
<div *ngIf="solicitation.reviewRec !== 'Compliant'">
2525
<div class="grid-row padding-top-2">
2626
<div class="tablet:grid-col-8">
27-
<app-art-modal></app-art-modal>
27+
<a class="btn usa-button usa-button--accent-warm"
28+
href="https://app.buyaccessible.gov/"
29+
target="_blank"
30+
rel="noopener noreferrer">
31+
<i class="pi pi-external-link"></i>Get 508 Language</a>
32+
<!-- Hotfix: Commented out the following line to prevent the ART modal from appearing for time being
33+
<app-art-modal></app-art-modal>
34+
-->
2835
</div>
2936
</div>
3037
</div>

0 commit comments

Comments
 (0)