Skip to content

Commit 13da210

Browse files
authored
Merge pull request #63 from LIKELION-SOGANG/feature/credit-add-TF#58
Feat: Add TF members in credit page #58
2 parents bea2c94 + 4c18aba commit 13da210

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/app/(main)/credit/page.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,30 @@ export default function CreditPage() {
8686
Jeongyeon Lim
8787
</p>
8888
</li>
89+
{/* TF Section */}
90+
<li
91+
className={`flex justify-between items-start gap-10 pl-[14vw]
92+
desktop:ml-24 desktop:pl-4`}>
93+
<p
94+
className={`text-right w-[35%] text-[1.6rem]
95+
desktop:text-[1.9rem] desktop:whitespace-nowrap`}>
96+
Task-Force
97+
</p>
98+
<p
99+
className={`leading-10 flex-grow text-[1.6rem] desktop:text-[1.9rem]`}>
100+
Byul Kim
101+
<br />
102+
Minwoo Yoo
103+
<br />
104+
Seoa Kim
105+
<br />
106+
Inyoung Chung
107+
<br />
108+
Bohyun Choi
109+
<br />
110+
Kyeongwoo Kim
111+
</p>
112+
</li>
89113
</ul>
90114

91115
<p className="text-center text-[2.7rem]"></p>

0 commit comments

Comments
 (0)