diff --git a/src/app/public/components/public-archive/public-archive.component.html b/src/app/public/components/public-archive/public-archive.component.html
index b7d369301..482f8cf36 100644
--- a/src/app/public/components/public-archive/public-archive.component.html
+++ b/src/app/public/components/public-archive/public-archive.component.html
@@ -26,8 +26,20 @@
}"
>
-
The {{ this.archive.fullName }} Archive
-
+
+ The {{ this.archive.fullName }} Archive
+
+
+
-
- {{ this.profileItems.blurb[0].string1 }}
+
+
+ {{ this.profileItems.blurb[0].string1 }}
+
+
+
+
100"
+ class="expand-text"
+ (click)="toggleShowFullText()"
+ >{{ showShortText ? ' See More' : ' See Less' }}
+
-
-
-
100"
- class="expand-text"
- (click)="toggleShowFullText()"
- >{{ showShortText ? ' See More' : ' See Less' }}
-
@@ -122,6 +136,7 @@
class="btn btn-link"
[routerLink]="['/p', 'archive', archive.archiveNbr]"
[hidden]="!(isViewingProfile$ | async)"
+ (click)="showProfileInformation = false"
>
View Public Archive