Commit 16776c85 authored by Jie Yuan's avatar Jie Yuan
Browse files

change the sidebar logo in table component

parent aedf3b92
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -99,7 +99,8 @@ table {
  }

  img {
    width: 86%;
    width: 80%;
    padding: 3%;
  }

  .toolbar-div {
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  <mat-sidenav *ngIf="sidebarOpen" mode="side" opened>
  <p></p>
<div>
 <img src="assets/logoSideBar.png" alt="Banner Image" class="logoSideBarImg"/>
 <img src="assets/mainLogo.png" alt="Banner Image" class="logoSideBarImg"/>
</div>
  <p></p>