We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c7e0b8 + af74cf6 commit f65dfa7Copy full SHA for f65dfa7
1 file changed
src/app/solicitation/summary/results-detail/results-detail.component.html
@@ -24,7 +24,14 @@ <h1 class="font-sans-xl margin-bottom-2">{{solicitation.title}}</h1>
24
<div *ngIf="solicitation.reviewRec !== 'Compliant'">
25
<div class="grid-row padding-top-2">
26
<div class="tablet:grid-col-8">
27
- <app-art-modal></app-art-modal>
+ <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
+ -->
35
</div>
36
37
0 commit comments