From 0f8f963ba3eccd7fd94785bf7fb216b6287cec57 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 22 May 2022 19:26:45 +0200 Subject: chore: adjust dark mode styles --- src/components/molecules/layout/card.tsx | 2 +- src/components/molecules/layout/code.module.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components/molecules/layout') diff --git a/src/components/molecules/layout/card.tsx b/src/components/molecules/layout/card.tsx index 003060f..e465f76 100644 --- a/src/components/molecules/layout/card.tsx +++ b/src/components/molecules/layout/card.tsx @@ -95,7 +95,7 @@ const Card: FC = ({ {title} -
{tagline}
+ {tagline &&
{tagline}
} {meta && (