refactor: use icons from Icons.Avalonia

This commit is contained in:
estrogen elf
2025-06-13 23:31:17 -05:00
parent 79776ab848
commit 53a393ee1a
11 changed files with 21 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ public partial class EndpointsViewModel : PageBase
private readonly NotificationService _notificationService;
public EndpointsViewModel(DocumentService documentService, NotificationService notificationService) : base("Endpoints", "list-alt", -500)
public EndpointsViewModel(DocumentService documentService, NotificationService notificationService) : base("Endpoints", "fa-solid fa-rectangle-list", -500)
{
_documentService = documentService;
_notificationService = notificationService;