diff --git a/web/src/components/MemoContent/Link.tsx b/web/src/components/MemoContent/Link.tsx index a373df7d..9825ff66 100644 --- a/web/src/components/MemoContent/Link.tsx +++ b/web/src/components/MemoContent/Link.tsx @@ -47,12 +47,12 @@ const Link: React.FC = ({ text, url }: Props) => { } arrow > - + {text || url} ) : ( - + {text || url} );