diff --git a/src/components/SearchResults/ElectronicResourcesLink.tsx b/src/components/SearchResults/ElectronicResourcesLink.tsx index 54646a16..c1f33ae3 100644 --- a/src/components/SearchResults/ElectronicResourcesLink.tsx +++ b/src/components/SearchResults/ElectronicResourcesLink.tsx @@ -17,7 +17,7 @@ const ElectronicResourcesLink = ({ electronicResources, }: ElectronicResourcesLinkProps) => { return ( - + { The finding aid is a document containing details about the organization and contents of this archival collection.
diff --git a/src/components/SearchResults/SearchResult.tsx b/src/components/SearchResults/SearchResult.tsx index eaddaba2..3f179b7b 100644 --- a/src/components/SearchResults/SearchResult.tsx +++ b/src/components/SearchResults/SearchResult.tsx @@ -62,8 +62,8 @@ const SearchResult = ({ bib }: SearchResultProps) => { {bib.getNumItemsMessage()}
+ {bib.findingAid && } - {bib.findingAid && } {bib.hasElectronicResources && (