[fix] UI: Error when clicking on 'Apps' in the application configuration

https://github.com/safing/portmaster/issues/1721
This commit is contained in:
Alexandr Stelnykovych
2025-01-31 17:50:00 +02:00
parent f021ec2444
commit d8108bff0e
2 changed files with 8 additions and 2 deletions

View File

@@ -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" />