[fix] UI: Error when clicking on 'Apps' in the application configuration
https://github.com/safing/portmaster/issues/1721
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="flex justify-between items-center p-4 px-12 text-xxs">
|
||||
<!-- Breadcrumbs -->
|
||||
<div class="flex items-center">
|
||||
<a class="text-secondary hover:text-primary" [routerLink]="['/app/overview']">Apps</a>
|
||||
<div class="cursor-pointer text-secondary hover:text-primary" [routerLink]="['/app/overview']">Apps</div>
|
||||
<svg viewBox="0 0 24 24" class="inline-block w-4 h-4 text-secondary">
|
||||
<g fill="none" class="inner" stroke="currentColor">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.2" d="M10 16l4-4-4-4" />
|
||||
|
||||
Reference in New Issue
Block a user