Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Feb 28, 2019
1 parent b135755 commit e04badc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mat-card class="logo">
<a routerLink="/" routerLinkActive="active">
<img mat-card-image src="assets/images/LogoGeonature.png" />
<img mat-card-image src="assets/images/LogoGeonature.jpg" />
</a>
</mat-card>
<mat-nav-list class="appnav">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
.module-name {
margin-top: 3px;
}

.mat-card-image {
margin-bottom: 0px;
}
2 changes: 1 addition & 1 deletion frontend/src/app/maintenance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta charset="UTF-8">
</head>
<body>
<img src="../../assets/images/LogoGeonature.png">
<img src="../../assets/images/LogoGeonature.jpg">
<h1> GeoNature est cours de maintenance</h3>

<h2> Le service sera de retour très bientôt... </h4>
Expand Down
Binary file added frontend/src/assets/images/LogoGeonature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed frontend/src/assets/images/LogoGeonature.png
Binary file not shown.

0 comments on commit e04badc

Please sign in to comment.