feat: nice update indicator in header
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
@if (serviceWorkerEnabled) {
|
||||
@if (hasUpdate) {
|
||||
<h1>Update available</h1>
|
||||
<button (click)="update()">Update</button>
|
||||
} @else {
|
||||
<h1>Update not available</h1>
|
||||
}
|
||||
}
|
||||
<app-header></app-header>
|
||||
<div class="md:h-12 h-16"></div>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user