We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bea2c94 + 4c18aba commit 13da210Copy full SHA for 13da210
src/app/(main)/credit/page.tsx
@@ -86,6 +86,30 @@ export default function CreditPage() {
86
Jeongyeon Lim
87
</p>
88
</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
99
+ className={`leading-10 flex-grow text-[1.6rem] desktop:text-[1.9rem]`}>
100
+ Byul Kim
101
+ <br />
102
+ Minwoo Yoo
103
104
+ Seoa Kim
105
106
+ Inyoung Chung
107
108
+ Bohyun Choi
109
110
+ Kyeongwoo Kim
111
112
+ </li>
113
</ul>
114
115
<p className="text-center text-[2.7rem]">✽</p>
0 commit comments