Skip to content

Commit

Permalink
feat: 캘린더 이벤트 기능
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungWoo-Ahn committed Nov 17, 2023
1 parent e7951f9 commit fbcb81e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/css/player/feed.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
.feed-body {
background-color: var(--color-lightGreen);
padding: 50px 30px;
min-height: 210px;
.feed-content {
text-align: center;
}
Expand All @@ -35,7 +36,7 @@
}

.feed-footer {
padding: 18px 0 16px 0;
padding: 8px 0 16px 0;
.comments-count {
margin-bottom: 6px;
}
Expand Down
6 changes: 6 additions & 0 deletions templates/consultant/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
? "오늘"
: formatDate(dateString);
},
events: [
{
title: "1명",
start: "2023-11-15",
},
],
});
teamCalendar.render();

Expand Down

0 comments on commit fbcb81e

Please sign in to comment.