Skip to content

Commit

Permalink
docs: add extension links
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 17, 2025
1 parent 3aceb94 commit 83a81eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/ImplementedBy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ function ImplementedBy({
}: { children: React.ReactNode; list?: UiFrameworkExtensionList; noCustomGuide?: true }) {
return (
<>
<p className="no-top-margin">Implemented by: {<UiFrameworkExtension name noLink list={list} />}.</p>
<p className="no-top-margin">Implemented by: {<UiFrameworkExtension name list={list} />}.</p>
<blockquote>
<p>
You need {<UiFrameworkExtension name noLink list={list} />} to be able to use {children ?? 'this setting'}.
You need {<UiFrameworkExtension name list={list} />} to be able to use {children ?? 'this setting'}.
{!noCustomGuide && (
<>
{' '}
Expand Down

0 comments on commit 83a81eb

Please sign in to comment.