Skip to content

Commit

Permalink
Merge pull request #1314 from ameshkin/93912-spacing
Browse files Browse the repository at this point in the history
FOIA-93912: Fixed spacing issues.
  • Loading branch information
ameshkin authored May 10, 2022
2 parents 24400ae + eda7723 commit bc6013f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/components/agency_component_preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function AgencyComponentPreview({ onAgencySelect, agencyComponent, isCentralized
{ agencyComponent.website
&& (
<p>
Visit the agencys
Visit the agency&rsquo;s
{' '}
<a href={agencyComponent.website.uri}>website</a>
{' '}
Expand All @@ -66,8 +66,8 @@ function AgencyComponentPreview({ onAgencySelect, agencyComponent, isCentralized
{ agencyComponent.reading_rooms && agencyComponent.reading_rooms.length > 0
&& (
<p>
To see whats been made available, you can visit an
agency’s
To see what&rsquo;s been made available, you can visit an agency&rsquo;s
{' '}
<a href={agencyComponent.reading_rooms[0].uri}>FOIA library</a>
.
</p>
Expand Down
1 change: 1 addition & 0 deletions js/components/agency_component_processing_time.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function AgencyComponentProcessingTime({ agencyComponent }) {
<div className="agency-info_processing-time">
<h4>
Average processing time for
{' '}
{agencyComponent.request_data_year}
</h4>
{ simple_average_days && (
Expand Down

0 comments on commit bc6013f

Please sign in to comment.