From e9c1dfa2e51cbbd3852c35541579ed75d9a50715 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 15 Apr 2025 15:06:35 -0400 Subject: [PATCH] fix: Fixes extra trailing comma in one of the functions, which prevented builds. --- Sources/Docs/Templates/ArticleGrid.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Docs/Templates/ArticleGrid.swift b/Sources/Docs/Templates/ArticleGrid.swift index efac0bf..11d3eb2 100644 --- a/Sources/Docs/Templates/ArticleGrid.swift +++ b/Sources/Docs/Templates/ArticleGrid.swift @@ -47,7 +47,7 @@ struct ArticleGrid: NodeConvertible { private func sidebarLink( _ label: String, - href: String, + href: String ) -> Node { a(class: "text-slate-300 font-semibold [&:hover]:text-slate-200", href: href) { div(class: "flex w-full p-2 [&:hover]:border-b border-orange-400") {