mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
update the icon for cards
This commit is contained in:
parent
7f5783bf82
commit
044daadf02
@ -24,7 +24,7 @@
|
||||
*ngFor="let p of savedPages$ | async"
|
||||
mat-list-item
|
||||
[routerLink]="['saved', p.id]"
|
||||
><mat-icon color="accenovert">playlist_play</mat-icon>
|
||||
><mat-icon color="accenovert">library_books</mat-icon>
|
||||
{{ p.title }}</a
|
||||
>
|
||||
</mat-nav-list>
|
||||
@ -47,6 +47,13 @@
|
||||
>
|
||||
</mat-list-item>
|
||||
|
||||
<mat-list-item>
|
||||
<a mat-list-item (click)="updatePage()"
|
||||
><mat-icon color="accenovert">save</mat-icon> Update Page with
|
||||
Results</a
|
||||
>
|
||||
</mat-list-item>
|
||||
|
||||
<mat-list-item>
|
||||
<a mat-list-item (click)="createNote()"
|
||||
><mat-icon color="accenovert">create</mat-icon> Create a New Note</a
|
||||
|
Loading…
x
Reference in New Issue
Block a user