Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Oct 25, 2023
1 parent c8fdb66 commit ab6f8f1
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
*ngIf="metadata.lineage"
[title]="'record.metadata.origin' | translate"
>
<p
class="mb-5 pt-4 whitespace-pre-line break-words"
gnUiLinkify
>
<p class="mb-5 pt-4 whitespace-pre-line break-words" gnUiLinkify>
{{ metadata.lineage }}
</p>
<div
Expand Down Expand Up @@ -89,11 +86,10 @@
<a [href]="metadata.landingPage" target="_blank">
<mat-icon
class="material-symbols-outlined inline-block align-bottom pt-1.5 text-xs text-black !w-[20px]"
>open_in_new</mat-icon
>open_in_new</mat-icon
>
<span class="break-all">{{ metadata.landingPage }}</span>
</a>
</p>

</div>
</gn-ui-expandable-panel>

0 comments on commit ab6f8f1

Please sign in to comment.