Skip to content

Commit e8d717f

Browse files
feature notification: saved filters notification
1 parent e0bede1 commit e8d717f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/app/components/feature-notification/feature-notification.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<div class="feature-notification">
22
<div class="feature-notification__content">
33
<img class="feature-notification__image" src="assets/feture-images/saved-filters.gif" alt="Feature Notification Icon">
4-
<h1 class="feature-notification__title">New: Make it yours</h1>
4+
<h1 class="feature-notification__title">New: Fast Filters</h1>
55
<p class="feature-notification__description">
6-
Customize your favicon and page title, and add branding to your Rocketadmin experience.
6+
Save your filter setups and quickly change options on the fly
77
</p>
88
</div>
99
<div class="actions">
10-
<a mat-button class="actions__secondary" routerLink="/company" (click)="dismiss.emit()">
10+
<!--<a mat-button class="actions__secondary" routerLink="/company" (click)="dismiss.emit()">
1111
Set up now
12-
</a>
12+
</a>-->
1313
<button type="button" mat-flat-button color="accent" class="actions__primary" (click)="dismiss.emit()">
1414
Got it
1515
</button>

0 commit comments

Comments
 (0)