MCPcopy
hub / github.com/tolgee/tolgee-platform / LinkReadMore

Function LinkReadMore

webapp/src/component/LinkReadMore.tsx:8–11  ·  view source on GitHub ↗
({ url }: Props)

Source from the content-addressed store, hash-verified

6};
7
8export const LinkReadMore = ({ url }: Props) => {
9 const { t } = useTranslate();
10 return <LinkExternal href={url}>{t('global_read_more_link')}</LinkExternal>;
11};

Callers

nothing calls this directly

Calls 1

tFunction · 0.85

Tested by

no test coverage detected