Skip to content

Commit

Permalink
#267 fix: 관리자 로그인 표시
Browse files Browse the repository at this point in the history
  • Loading branch information
pillow12360 committed Jan 13, 2025
1 parent 1952e57 commit 6c4c288
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ function renderSightMapSections() {
],
},
{
title: '세미나실 예약',
title: '서비스',
titleLink: '/seminar-rooms/reservation',
contents: [{ name: '예약 페이지', link: '/seminar-rooms/reservation' }],
contents: [
{ name: '예약센터', link: '/seminar-rooms/reservation' },
{ name: '관리자', link: '/signin' },
],
},
];

Expand Down

0 comments on commit 6c4c288

Please sign in to comment.