Skip to content

Commit

Permalink
feat: 년차 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Coalery committed Jun 23, 2024
1 parent 60c7ec2 commit a304252
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import ActivityContainer from "@lery/containers/ActivityContainer";
import ActivityItemContainer from "@lery/containers/ActivityItemContainer";

function WorkSection() {
const years = new Date().getFullYear() - 2022 + 1;

return (
<ActivityContainer title="Work">
<ActivityContainer title={`Work: ${years}년차`}>
<ActivityItemContainer
title="모두싸인 SaaS 플랫폼팀"
subtitle="백엔드 엔지니어, 2023.08 ~ 현재"
Expand Down

0 comments on commit a304252

Please sign in to comment.