Skip to content

Commit

Permalink
Update cloud button
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Jan 30, 2024
1 parent ff4d8f5 commit f79a410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div
class="col cloud-invisible"
[ngClass]="{ 'cloud-visible': (hasStorageApi$ | async) && (allowUserStorage$ | async) }">
<a href="#" class="cloud-button" (click)="loadFromStorage()">
<a class="cloud-button" (click)="loadFromStorage()">
<mat-icon fontIcon="bookmark"></mat-icon>
Open from a Cloud Project
</a>
Expand Down

0 comments on commit f79a410

Please sign in to comment.