Skip to content

Commit

Permalink
set correct titles in additionals of euler
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Dec 14, 2023
1 parent 8892f07 commit 262921f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/biography/biography.component.html
Expand Up @@ -270,13 +270,13 @@ <h2>Additional</h2>
<mat-card class="intro-card" appearance="outlined" (click)="openPage('lece')">
<mat-card-content>
<mat-card-title>Introduction</mat-card-title>
Leonhard Euler's correspondence with Goldbach
Leonhardi Euleri Opera Omnia IVA/IV
</mat-card-content>
</mat-card>
<mat-card class="intro-card" appearance="outlined" (click)="openPage('leoo')">
<mat-card-content>
<mat-card-title>Introduction</mat-card-title>
Correspondance d'Euler avec Condorcet et Turgot
Leonhardi Euleri Commercium Epistolicum
</mat-card-content>
</mat-card>
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/app/lece-leoo/lece-leoo.component.html
Expand Up @@ -14,7 +14,7 @@
<div class="main-content" [ngSwitch]="project">

<ng-container *ngSwitchCase="'lece'">
<h1>[Title]</h1>
<h1>Leonhardi Euleri Opera Omnia IVA/IV</h1>
<div>
<div fxFlex fxLayout="row wrap" fxLayout.sm="column" fxlayout.xs="column" fxFlexFill>
<div fxFlex routerLink="introduction/leoo/goldbach_preface">
Expand Down Expand Up @@ -52,7 +52,7 @@ <h1>[Title]</h1>
</ng-container>

<ng-container *ngSwitchCase="'leoo'">
<h1>[Title]</h1>
<h1>Leonhardi Euleri Commercium Epistolicum</h1>
<div class="container">
<div fxFlex fxLayout="row wrap" fxLayout.sm="column" fxlayout.xs="column" fxFlexFill>
<div fxFlex routerLink="introduction/lece/CondorcetTurgot_preface">
Expand Down

0 comments on commit 262921f

Please sign in to comment.