diff --git a/src/layouts/HomePageLayout/index.tsx b/src/layouts/HomePageLayout/index.tsx index b802882..c762f3b 100644 --- a/src/layouts/HomePageLayout/index.tsx +++ b/src/layouts/HomePageLayout/index.tsx @@ -173,7 +173,7 @@ const Homepage: FC = () => { > {actions?.map(({ link, text, type }) => { return /^(\w+:)\/\/|^(mailto|tel):/.test(link) ? ( - ) : (