Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFNEWS-2499 further text change for wildfire of note on dashboard #2156

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img height="24" width="24" src="/assets/images/local_fire_department.png" alt="Order" class="count-panel-mobile-icon" />
<div class="count-panel-mobile-data">{{activeFireOfNote}}</div>
</div>
<div class="count-panel-mobile-text">Wildfires of Note are wildfires that are highly visible or pose a potential threat to public safety.</div>
<div class="count-panel-mobile-text">A Wildfire of Note is an incident that is creating an increased level of interest.</div>
</div>
<div class="content" *ngIf="startupComplete; else loading">
<div class="count-panel">
Expand All @@ -19,7 +19,7 @@
<img height="24" width="24" src="/assets/images/local_fire_department.png" alt="Order" class="count-panel-icon" />
<div class="count-panel-data">{{activeFireOfNote}}</div>
</div>
<div class="count-panel-text">Wildfires of Note are wildfires that are highly visible or pose a potential threat to public safety.</div>
<div class="count-panel-text">A Wildfire of Note is an incident that is creating an increased level of interest.</div>
</div>
<div class="fire-of-note-card" *ngFor="let incident of activeFiresList">
<div class="fire-of-note-card-title">{{incident.incidentName}}</div>
Expand Down
Loading