Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions src/widgets/home/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,23 @@ export default async function Sidebar() {
<StartStudyModal
memberId={memberId}
trigger={
<Image
src="/apply-study.svg"
alt="스터디 시작 버튼"
width={68}
height={56}
/>
<button className="bg-background-alternative rounded-100 flex items-center justify-between px-250 py-300">
<p className="flex flex-col items-start gap-50">
<span className="font-designer-15b text-text-default">
CS 스터디를 시작해 보세요!
</span>
<span className="font-designer-12m text-text-subtlest">
스터디 신청하기
</span>
</p>

<Image
src="/apply-study.svg"
alt="스터디 시작 버튼"
width={68}
height={56}
/>
</button>
}
/>
)}
Expand Down