diff --git a/src/app/components/QuickActions.tsx b/src/app/components/QuickActions.tsx index 6824a99..5e62e50 100644 --- a/src/app/components/QuickActions.tsx +++ b/src/app/components/QuickActions.tsx @@ -7,8 +7,8 @@ export function QuickActions() { const isAdmin = can("ADMIN", "ADMINISTER") || can("BOARD", "MODERATE"); return (
); } diff --git a/todolist.txt b/todolist.txt index 82198e8..7298f26 100644 --- a/todolist.txt +++ b/todolist.txt @@ -35,7 +35,7 @@ [메인 화면] 6.1 Hero/공지 배너 컴포넌트(자동/수동 슬라이드) o 6.2 최근/인기 글 리스트 및 무한스크롤 연동 o -6.3 권한 기반 빠른 액션 노출 제어 +6.3 권한 기반 빠른 액션 노출 제어 o 6.4 검색 바 및 결과 페이지 라우팅 6.5 개인화 위젯(최근 본 글/알림 요약)