Skip to content

Commit

Permalink
Patch 15
Browse files Browse the repository at this point in the history
- Update `devicon.js` docs.
  • Loading branch information
lunatic-fox committed May 26, 2024
1 parent d93374b commit be7b366
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/docs/pages/waysofuse/deviconjs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function Page() {
(icon | i): string
// Optional properties
(pv | project-version): string
(r | release): string
(v | version):
'o' | 'original'
| 'p' | 'plain'
Expand All @@ -86,23 +86,23 @@ export default function Page() {
c={`
<devicon
icon="facebook"
project-version="2.7"
release="2.7"
version="plain"
color="#c7bd2b"
size="64"/>
`} />
<ReqResExample
title={false}
reqs={['facebook&project-version=2.7&version=plain&color=c7bd2b&size=64']} />
reqs={['facebook&release=2.7&version=plain&color=c7bd2b&size=64']} />
<hr />
<h4>ChakraUI icon</h4>
<h5>Code</h5>
<Code
h='html'
c={`
<devicon
icon="chakraui"
pv="dev"
i="chakraui"
r="dev"
v="o"
t="d"
s="64"/>
Expand Down

0 comments on commit be7b366

Please sign in to comment.