diff --git a/src/components/common/links/internal-link.tsx b/src/components/common/links/internal-link.tsx index f7378209f..190cfc769 100644 --- a/src/components/common/links/internal-link.tsx +++ b/src/components/common/links/internal-link.tsx @@ -31,14 +31,12 @@ export const InternalLink: React.FC = ({ title }) => { return ( - - - - -   - - {text} - + + + +   + + {text} ) }