diff --git a/Needlework.Net/ViewModels/Pages/Schemas/SchemasViewModel.cs b/Needlework.Net/ViewModels/Pages/Schemas/SchemasViewModel.cs index 1a00d2f..990d6c0 100644 --- a/Needlework.Net/ViewModels/Pages/Schemas/SchemasViewModel.cs +++ b/Needlework.Net/ViewModels/Pages/Schemas/SchemasViewModel.cs @@ -21,7 +21,7 @@ namespace Needlework.Net.ViewModels.Pages.Schemas private List _schemas = []; - public SchemasViewModel(DocumentService documentService) : base("Schemas", "fa-solid fa-file-lines") + public SchemasViewModel(DocumentService documentService) : base("Schemas", "fa-solid fa-file-lines", -100) { _documentService = documentService; }