From 90e321da4855e0746c983795c169272d03dee9b7 Mon Sep 17 00:00:00 2001 From: 6d486f49 <76097bcc@gmail.com> Date: Thu, 11 Jun 2026 17:04:04 -0400 Subject: [PATCH] ... --- Model/Website/Data/EntityData.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Model/Website/Data/EntityData.cs b/Model/Website/Data/EntityData.cs index 5c9a7b1..af85b95 100644 --- a/Model/Website/Data/EntityData.cs +++ b/Model/Website/Data/EntityData.cs @@ -53,6 +53,16 @@ public class WebsiteData Icon = "fa-solid fa-bow-arrow" }, new() + { + Id = 7, + WebSectionModelId = 2, + Name = "Catalog", + Description = "Visual catalog of all entities", + Href = "catalog", + IsPrivate = "False", + Icon = "fa-solid fa-layer-group" + }, + new() { Id = 4, WebSectionModelId = 2,