Skip to content

Commit

Permalink
feat(my-recruit): 내 공고 뽀각 페이지 api 연결 (#28)
Browse files Browse the repository at this point in the history
* feat(my-recruit): 내정보뽀각 페이지 api 연결

* update

* save

* save
  • Loading branch information
qkrdmstlr3 authored and eunbeann committed Aug 26, 2024
1 parent 8bd9f19 commit a2d33e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(sidebar)/my-recruit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export default function MyRecruit() {
className="bg-white flex items-center gap-[4px] py-[8px] px-[12px] rounded-[6px] border-neutral-5 border-[1px]"
onClick={() => setSidebarOpened(!sidebarOpened)}>
<Icon name="copy" size={16} color={sidebarOpened ? color.neutral20 : color.neutral95} />

<span
className={
'text-label1 ' + cn('font-semibold', sidebarOpened ? 'text-neutral-20' : 'text-neutral-95')
Expand Down

0 comments on commit a2d33e5

Please sign in to comment.