Skip to content

Commit

Permalink
ui change
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyakhajanchi committed Jun 25, 2024
1 parent 71d4662 commit 0ca775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3 class="primary-header">Get started with Spanner migration tool</h3>
</button>
<mat-menu #menu="matMenu" xPosition="before">
<button mat-menu-item [routerLink]="'/source/load-dump'">Load database dump</button>
<button mat-menu-item [routerLink]="'/source/load-session'">Load session file</button>
<button mat-menu-item [routerLink]="'/source/load-session'">Load session file 1</button>
</mat-menu>
</div>
<app-session-listing></app-session-listing>
Expand Down

0 comments on commit 0ca775e

Please sign in to comment.