Skip to content

Commit

Permalink
docs: document link 및 og 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed Apr 21, 2024
1 parent df907cb commit 7df716c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/react/hooks/useAsyncPreservedCallback.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# useAsyncPreservedCallback

[usePreservedCallback](https://team-grace.github.io/devgrace/ko/docs/react/hooks/usePreservedCallback/) 과 유사하나 Promise를 반환하는 커스텀 훅입니다.
[usePreservedCallback](https://modern-agile-team.github.io/modern-kit/docs/react/hooks/usePreservedCallback) 과 유사하나 Promise를 반환하는 커스텀 훅입니다.

<br />

Expand Down
4 changes: 4 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ const config = {
label: '@modern-kit/utils',
href: 'https://www.npmjs.com/package/@modern-kit/utils',
},
{
label: '@modern-kit/types',
href: 'https://www.npmjs.com/package/@modern-kit/types',
},
],
},
],
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Home(): JSX.Element {
/>
<meta
property="og:image"
content="https://github.com/Team-Grace/devgrace/assets/64779472/dcf0fed7-0411-45b4-adbf-363bdf38a5d2"
content="https://github.com/modern-agile-team/modern-kit/assets/64779472/70cbcee5-8a1b-407b-8917-00d259d225ee"
/>
</Head>

Expand Down Expand Up @@ -87,7 +87,7 @@ export default function Home(): JSX.Element {
href="https://www.npmjs.com/package/@modern-kit/utils"
target="_blank">
<img src="https://img.shields.io/npm/v/@modern-kit/utils.svg" />
</a>{' '}
</a>
<a
href="https://bundlephobia.com/package/@modern-kit/utils"
target="_blank">
Expand Down

0 comments on commit 7df716c

Please sign in to comment.