diff --git a/frontend/src/components/Common/SectionTitle/SectionTitle.tsx b/frontend/src/components/Common/SectionTitle/SectionTitle.tsx index 14bfea677..c9d649ddb 100644 --- a/frontend/src/components/Common/SectionTitle/SectionTitle.tsx +++ b/frontend/src/components/Common/SectionTitle/SectionTitle.tsx @@ -21,14 +21,10 @@ const SectionTitle = ({ name, link }: SectionTitleProps) => { {link ? ( - - {name} - + {name} ) : ( - - {name} - + {name} )} {link && }