Skip to content

Commit aa8e9c9

Browse files
committed
fix: 팀소개 페이지 레이아웃 수정
1 parent f848319 commit aa8e9c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/Setting/TeamIntroduction/TeamIntroduction.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function TeamIntroduction() {
1111
<div className="mt-6 aspect-[375/277] w-full bg-[url('@assets/teamIntroductionImage.svg')] bg-cover" />
1212
<div className="px-6 py-10">
1313
<p className="text-xl font-semibold leading-normal">
14-
<span className="text-primary-2">텐저스</span>를 소개합니다!
14+
<span className="text-primary-2">텐져스</span>를 소개합니다!
1515
</p>
1616
<div className="mt-4 text-sm text-grey-9">
1717
<p>감정 공유에 진심인 10명이 모여 감정을 기록할 수 있는</p>
@@ -29,7 +29,7 @@ function TeamIntroduction() {
2929
}
3030
className="mt-8 flex w-full cursor-pointer items-center justify-between bg-transparent p-0 text-base font-semibold"
3131
>
32-
<p className="pt-1">
32+
<p>
3333
더 자세한 팀 <span className="text-primary-2">텐져스의 이야기</span>{' '}
3434
보러가기
3535
</p>

0 commit comments

Comments
 (0)