Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
export 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
t
Function · 0.85
Tested by
no test coverage detected