Skip to content

Commit

Permalink
feat: PageHeader 사용하지 않는 태그 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Legitgoons committed Apr 25, 2024
1 parent 93a50e8 commit 4c6e1a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/ui/header/PageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default function PageHeader({ prevPageLink, page }: PageHeaderProps) {
<BackIcon />
</Link>
<p className='page'>{page}</p>
<div className='dummy'></div>
</div>
);
}

0 comments on commit 4c6e1a5

Please sign in to comment.