Formats repo
Build and Deploy / build-and-deploy (push) Successful in 13m25s

This commit is contained in:
2026-05-26 06:45:02 -04:00
parent ee42bfd981
commit 4dd580a042
+2 -1
View File
@@ -910,7 +910,8 @@ renderRecentEntry :: CookLog.CookEntry -> Html
renderRecentEntry entry = do renderRecentEntry entry = do
H.span ! A.style "color: var(--roux-muted);" $ H.toHtml (formatDay (CookLog.ceCookedDate entry)) H.span ! A.style "color: var(--roux-muted);" $ H.toHtml (formatDay (CookLog.ceCookedDate entry))
unless (T.null (CookLog.ceComment entry)) $ unless (T.null (CookLog.ceComment entry)) $
H.span ! A.style "color: var(--roux-text);" $ ": " >> H.toHtml (CookLog.ceComment entry) H.span ! A.style "color: var(--roux-text);" $
": " >> H.toHtml (CookLog.ceComment entry)
H.span ", " H.span ", "
-- | Render a single cook log entry. -- | Render a single cook log entry.