Skip to content

Commit

Permalink
fix: routePath 에 변경 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Dec 2, 2024
1 parent 9ed04d3 commit cd1a227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/wow-docs/app/overview/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ const OverviewPage = () => {
활용되는 가이드라인으로 구성함으로써 편의성과 확장성을 가지고 있어요.
</Text>
<Space height={60} />
<Link className={linkTextStyle} href={routePath.foundation}>
<Link className={linkTextStyle} href={routePath.foundation.base}>
Foundation
<RightArrow />
</Link>
<Space height={42} />
<Link className={linkTextStyle} href={routePath.component}>
<Link className={linkTextStyle} href={routePath.component.base}>
Component
<RightArrow />
</Link>
Expand Down

0 comments on commit cd1a227

Please sign in to comment.