Skip to content

Commit

Permalink
format all HTML files with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Sep 25, 2024
1 parent b58aa41 commit e73ed30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/sandbox/angular-app/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<app-nx-welcome></app-nx-welcome>
<sandbox-angular-lib></sandbox-angular-lib>
<router-outlet></router-outlet>
<router-outlet></router-outlet>
14 changes: 8 additions & 6 deletions libs/agora/not-found/src/lib/not-found.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<div class="err-message">
<em class="err-code">404b</em>
<h1>Page Not Found</h1>
<p>Oops! The page you are looking for does not exist. It might have been
moved or deleted.</p>
<p>Oops! The page you are looking for does not exist. It might have been moved or deleted.</p>
</div>
<div *ngIf="dataversion$ | async as dataVersion">
<h3>Data Release Info</h3>
Expand All @@ -23,10 +22,13 @@ <h4>Wiki page fetched with Synapse API Client for Angular</h4>
</div>
<div class="btn-group">
<a mat-raised-button class="home-btn" href="/home">Home</a>
<a mat-raised-button color="basic"
href="https://github.com/Sage-Bionetworks/sage-monorepo/issues/new/choose">Contact
Us</a>
<a
mat-raised-button
color="basic"
href="https://github.com/Sage-Bionetworks/sage-monorepo/issues/new/choose"
>Contact Us</a
>
</div>
</main>

<agora-footer [appVersion]="appVersion" [apiDocsUrl]="apiDocsUrl" />
<agora-footer [appVersion]="appVersion" [apiDocsUrl]="apiDocsUrl" />

0 comments on commit e73ed30

Please sign in to comment.