From 6069cbbab89718f281879fbcc4dea3ab22a3d176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20R=C3=B6nnqvist?= Date: Fri, 20 Sep 2024 10:24:27 +0200 Subject: [PATCH] Don't ignore render index node's icon parameter --- Sources/SwiftDocC/Indexing/RenderIndexJSON/RenderIndex.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftDocC/Indexing/RenderIndexJSON/RenderIndex.swift b/Sources/SwiftDocC/Indexing/RenderIndexJSON/RenderIndex.swift index 9dde53b80c..c6881a7624 100644 --- a/Sources/SwiftDocC/Indexing/RenderIndexJSON/RenderIndex.swift +++ b/Sources/SwiftDocC/Indexing/RenderIndexJSON/RenderIndex.swift @@ -228,7 +228,7 @@ extension RenderIndex { self.isDeprecated = isDeprecated self.isExternal = isExternal self.isBeta = isBeta - self.icon = nil + self.icon = icon } init(