Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NRPT-796 update search header text and remove minimize button #905

Merged
merged 2 commits into from
Aug 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<div class=" filter-header justify-content-center text-center p-3 ">
<div class=" filter-header justify-content-center text-left p-3 ">
<p class="mb-0">
Filter your results by name or company, dates, laws, and availablilty of documents.
Filter your results by name or company, dates, type, acts and/or regulations.
</p>
</div>
</div>
Expand Down Expand Up @@ -80,9 +80,6 @@
</form>
<div class="filter-footer">
<div class="row px-3">
<button class="filter-footer__button m-1 btn btn-primary" (click)="closeButton.emit()">
Minimize Advanced Filters
</button>
<div class="align-self-end m-1 ">
<app-share-record-button buttonText="Share Filtered Results"></app-share-record-button>
</div>
Expand Down