Update the hint of simple-icons (#9054)
* Update the hint of simple-icons * copy edits --------- Co-authored-by: chris48s <git@chris-shaw.dev> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
@@ -327,17 +327,18 @@ export default function Usage({ baseUrl }: { baseUrl: string }): JSX.Element {
|
|||||||
<QueryParam
|
<QueryParam
|
||||||
documentation={
|
documentation={
|
||||||
<span>
|
<span>
|
||||||
Insert one of the named logos from (<NamedLogos />) or{' '}
|
Insert one of the named logos from (<NamedLogos />) or
|
||||||
|
simple-icons. All simple-icons are referenced using icon slugs.
|
||||||
|
You can click the icon title on{' '}
|
||||||
<a
|
<a
|
||||||
href="https://simpleicons.org/"
|
href="https://simpleicons.org/"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
simple-icons
|
simple-icons
|
||||||
</a>
|
</a>{' '}
|
||||||
. Simple-icons are referenced using icon slugs which can be
|
to copy the slug or they can be found in the{' '}
|
||||||
found on the simple-icons site or in the{' '}
|
<a href="https://github.com/simple-icons/simple-icons/blob/master/slugs.md">
|
||||||
<a href="https://github.com/simple-icons/simple-icons/blob/develop/slugs.md">
|
|
||||||
slugs.md file
|
slugs.md file
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
in the simple-icons repository.
|
in the simple-icons repository.
|
||||||
|
|||||||
Reference in New Issue
Block a user