Skip to content

Commit

Permalink
Merge pull request #51 from RADAR-base/logo
Browse files Browse the repository at this point in the history
Fix logo path
  • Loading branch information
mpgxvii authored Jun 3, 2020
2 parents d29b9cd + 3c0ee9f commit 81764fa
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<mat-toolbar color="primary">
<mat-toolbar-row>
<div class="logo-wrapper">
<img
class="logo"
src="../../../../assets/radar-logo.svg"
alt="RADAR-base Logo"
/>
<img class="logo" src="./assets/radar-logo.svg" alt="RADAR-base Logo" />
</div>
<span class="title">Welcome to RADAR-Base REST Source Authorizer</span>
<ng-container *ngIf="showMenu">
Expand Down

0 comments on commit 81764fa

Please sign in to comment.