fix: Fixes extra trailing comma in one of the functions, which prevented builds.
All checks were successful
CI / release (push) Successful in 5m36s

This commit is contained in:
2025-04-15 15:06:35 -04:00
parent ad81392dc7
commit e9c1dfa2e5

View File

@@ -47,7 +47,7 @@ struct ArticleGrid: NodeConvertible {
private func sidebarLink( private func sidebarLink(
_ label: String, _ label: String,
href: String, href: String
) -> Node { ) -> Node {
a(class: "text-slate-300 font-semibold [&:hover]:text-slate-200", href: href) { 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") { div(class: "flex w-full p-2 [&:hover]:border-b border-orange-400") {