Skip to content

Commit 04bc9ef

Browse files
authored
Merge pull request #251 from DDD-Community/fix/landing
fix: 오타 개선
2 parents 8d52e37 + a7abb19 commit 04bc9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composite/landing/intro/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const IntroSection = () => {
2424
<div className={`relative z-20 flex flex-col items-center ${LandingPageCommonStyle.innerContainer} ${LandingPageCommonStyle.padding}`}>
2525
<MotionWrapper {...LandingPageCommonStyle.fadeIn.default}>
2626
<h1 className="text-4xl md:text-6xl font-extrabold text-center text-text-strong animate-fade-in bg-clip-text leading-tight mb-6">
27-
<span className="bg-linear-to-brand">그로잇</span>으로 너의 인생이 바꿜거야
27+
<span className="bg-linear-to-brand">그로잇</span>으로 너의 인생이 바뀔거야
2828
</h1>
2929
</MotionWrapper>
3030
<EarlyBirdEvent />

0 commit comments

Comments
 (0)