Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#214 마이페이지 마일스톤 수정 #215

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Changes from 1 commit
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
Next Next commit
feat: 마이페이지의 마일스톤 관리 수정
llddang committed Sep 20, 2024
commit 898fd7f1935407e688f004d464ed0206a76ce342
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ const MilestoneHistorySection = async () => {

return (
<div className="relative w-full min-w-[260px] flex-1 rounded-sm bg-white p-5 lg:max-w-[280px]">
<SubTitle title="실적 등록" urlText="등록하기" url="/my-page/milestone/register" />
<SubTitle title="실적 관리" urlText="전체보기" url="/my-page/milestone/register" />
<div className="mt-4">
{milestoneHistoriesOfStudent ? (
milestoneHistoriesOfStudent.content.map((milestoneHistory) => (