Skip to content

Commit

Permalink
Patch 07
Browse files Browse the repository at this point in the history
- Fix documentation references.
  • Loading branch information
lunatic-fox committed Apr 11, 2024
1 parent 2c83d56 commit 2ec7b7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/app/docs/pages/waysofuse/devapixreact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Page() {
icon: string
// Optional properties
projectVersion: string
release: string
version:
'o' | 'original'
| 'p' | 'plain'
Expand Down Expand Up @@ -77,7 +77,7 @@ export default function Page() {
<h2>Twitter logo</h2>
<Devicon
icon='twitter'
projectVersion='2.15.1'
release='2.15.1'
version={'p'}
color='#c7bd2b'
size={64}/>
Expand All @@ -87,7 +87,7 @@ export default function Page() {
`} />
<ReqResExample
title={false}
reqs={['twitter&pv=2.15.1&v=p&c=c7bd2b&s=64']} />
reqs={['twitter&r=2.15.1&v=p&c=c7bd2b&s=64']} />
<hr />
<h4>ChakraUI icon</h4>
<h5>page.jsx</h5>
Expand All @@ -102,7 +102,7 @@ export default function Page() {
<h2>ChakraUI logo</h2>
<Devicon
icon='rust'
projectVersion='2.15.1'
release='2.15.1'
version={'p'}
theme={'light'}
size={64}/>
Expand All @@ -112,7 +112,7 @@ export default function Page() {
`} />
<ReqResExample
title={false}
reqs={['chakraui&pv=dev&v=p&t=l&s=64']} />
reqs={['chakraui&r=dev&v=p&t=l&s=64']} />
</Docs>
)
}
2 changes: 1 addition & 1 deletion src/app/docs/pages/waysofuse/deviconjs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function Page() {
`} />
<ReqResExample
title={false}
reqs={['chakraui&pv=dev&v=o&t=d&s=64']} />
reqs={['chakraui&r=dev&v=o&t=d&s=64']} />
</Docs>
)
}

0 comments on commit 2ec7b7f

Please sign in to comment.