From c1c33bc2528d4e5c70d9721a2a02edf87abfbbce Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Sun, 19 Jan 2025 18:02:03 +1030 Subject: [PATCH] style: adjust font sizes for headings in RegexCard and ProfileCard components --- frontend/src/components/profile/ProfileCard.jsx | 2 +- frontend/src/components/regex/RegexCard.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/profile/ProfileCard.jsx b/frontend/src/components/profile/ProfileCard.jsx index 34edf9e..81d2175 100644 --- a/frontend/src/components/profile/ProfileCard.jsx +++ b/frontend/src/components/profile/ProfileCard.jsx @@ -97,7 +97,7 @@ const ProfileCard = ({
-

+

{unsanitize(content.name)}

{content.tags && content.tags.length > 0 && ( diff --git a/frontend/src/components/regex/RegexCard.jsx b/frontend/src/components/regex/RegexCard.jsx index de6f000..b36efeb 100644 --- a/frontend/src/components/regex/RegexCard.jsx +++ b/frontend/src/components/regex/RegexCard.jsx @@ -68,7 +68,7 @@ const RegexCard = ({
-

+

{pattern.name}

{pattern.tags && pattern.tags.length > 0 && (