Skip to content

Commit

Permalink
fix: renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Jan 25, 2024
1 parent be1482e commit 3800757
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/app.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const appRoutes: Routes = [
component: IntroductionComponent
},
{
path: 'leooIVA_IV_intro',
path: 'leoo4A_4_intro',
component: LeceLeooComponent
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/app/biography/biography.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ <h2>Additional</h2>
</mat-form-field>
</p>
<p>
<mat-card class="intro-card" appearance="outlined" routerLink="/leooIVA_IV_intro">
<mat-card class="intro-card" appearance="outlined" routerLink="/leoo4A_4_intro">
<mat-card-content>
<mat-card-title>Introduction</mat-card-title>
Leonhardi Euleri Opera Omnia IVA/IV
Leonhardi Euleri Opera Omnia 4A/4
</mat-card-content>
</mat-card>
<mat-card class="intro-card" appearance="outlined" routerLink="/lece_intro">
Expand Down
4 changes: 2 additions & 2 deletions src/app/lece-leoo/lece-leoo.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<div class="main-content" [ngSwitch]="url">

<ng-container *ngSwitchCase="'leooIVA_IV_intro'">
<h1>Leonhardi Euleri Opera Omnia IVA/IV</h1>
<ng-container *ngSwitchCase="'leoo4A_4_intro'">
<h1>Leonhardi Euleri Opera Omnia 4A/4</h1>

<div class="row">
<mat-card class="intro-card" appearance="outlined" routerLink="/introduction/leoo/goldbach_preface">
Expand Down

0 comments on commit 3800757

Please sign in to comment.