fix: Fixes extra trailing comma in one of the functions, which prevented builds.
All checks were successful
CI / release (push) Successful in 5m36s
All checks were successful
CI / release (push) Successful in 5m36s
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user