Skip to content

Commit

Permalink
Chore: rename paper label
Browse files Browse the repository at this point in the history
  • Loading branch information
sookyeongyeom committed Feb 7, 2024
1 parent 41dbd28 commit 36271e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Element/Admin/AdminSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function AdminSidebar({ isSidebarOpen }: AdminSidebarProps) {
<Link href={Paths.admin + Paths.resource}>자료안내</Link>
</S.Menu>
<S.Menu isCurrent={path === Paths.paper}>
<Link href={Paths.admin + Paths.paper}>데이터활용논문</Link>
<Link href={Paths.admin + Paths.paper}>연구실적</Link>
</S.Menu>
<S.Menu isCurrent={path === Paths.notice}>
<Link href={Paths.admin + Paths.notice}>공지사항</Link>
Expand Down
2 changes: 1 addition & 1 deletion constants/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Seo: SeoType = {
member: '연구진 소개',
news: '보도자료',
notice: '공지사항',
paper: '데이터활용논문',
paper: '연구실적',
publication: '발간물',
research: '조사설계',
resource: '자료안내',
Expand Down

0 comments on commit 36271e0

Please sign in to comment.