Skip to content

Commit

Permalink
Comment out art-modal for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckinghamAJ committed Dec 19, 2024
1 parent 4c7e0b8 commit af74cf6
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 af74cf6

Please sign in to comment.