This commit is contained in:
Christian Bastian
2024-07-19 01:47:52 -04:00
parent 4e37259168
commit 6b1dd07104

View File

@@ -2012,7 +2012,7 @@ class ModelInfo {
]);
[this.elements.tabButtons, this.elements.tabContents] = GenerateTabGroup([
{ name: "Overview", icon: "", tabContent: this.element },
{ name: "Overview", icon: "", tabContent: this.element },
{ name: "Metadata", icon: "📄", tabContent: $el("div", ["Metadata"]) },
{ name: "Tags", icon: "🏷️", tabContent: $el("div", ["Tags"]) },
{ name: "Notes", icon: "✏️", tabContent: $el("div", ["Notes"]) },