mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-07 02:30:48 +01:00
refactor: use icons from Icons.Avalonia
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user