mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-16 00:36:22 +00:00
Migrate frontend prefix to -pngx
This commit is contained in:
@@ -13,5 +13,5 @@
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<app-logo extra_classes="p-3 position-absolute bottom-0 start-50 translate-middle"></app-logo>
|
||||
<pngx-logo extra_classes="p-3 position-absolute bottom-0 start-50 translate-middle"></pngx-logo>
|
||||
</div>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
import { Component } from '@angular/core'
|
||||
|
||||
@Component({
|
||||
selector: 'app-not-found',
|
||||
selector: 'pngx-not-found',
|
||||
templateUrl: './not-found.component.html',
|
||||
styleUrls: ['./not-found.component.scss'],
|
||||
})
|
||||
|
Reference in New Issue
Block a user