Skip to content

Commit

Permalink
Merge pull request #157 from GSA/hotfix/ART_MODAL_Removal
Browse files Browse the repository at this point in the history
Hotfix: Art Modal Commented Out
  • Loading branch information
BuckinghamAJ authored Dec 19, 2024
2 parents 4c7e0b8 + af74cf6 commit f65dfa7
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ <h1 class="font-sans-xl margin-bottom-2">{{solicitation.title}}</h1>
<div *ngIf="solicitation.reviewRec !== 'Compliant'">
<div class="grid-row padding-top-2">
<div class="tablet:grid-col-8">
<app-art-modal></app-art-modal>
<a class="btn usa-button usa-button--accent-warm"
href="https://app.buyaccessible.gov/"
target="_blank"
rel="noopener noreferrer">
<i class="pi pi-external-link"></i>Get 508 Language</a>
<!-- Hotfix: Commented out the following line to prevent the ART modal from appearing for time being
<app-art-modal></app-art-modal>
-->
</div>
</div>
</div>
Expand Down

0 comments on commit f65dfa7

Please sign in to comment.