Skip to content

Commit 2b6a988

Browse files
committed
chore: 불필요한 이모티콘 삭제
1 parent 98cb87b commit 2b6a988

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/common/EmailTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const EmailTemplate: React.FC<EmailTemplateProps> = ({ toEmail, quizLink }) => {
4545
onClick={() => navigate('/quiz')}
4646
className="inline-block bg-gradient-to-r from-brand-500 to-brand-600 text-white px-6 sm:px-8 py-3 sm:py-4 rounded-full font-semibold text-base sm:text-lg transition-all duration-300 hover:from-brand-600 hover:to-brand-700 hover:shadow-lg w-full sm:w-auto max-w-xs"
4747
>
48-
🧠 연습문제 풀기
48+
연습문제 풀기
4949
</button>
5050
</div>
5151

src/components/sections/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const HeroSection: React.FC<HeroSectionProps> = ({ onSubscribeClick }) => {
1212
<Container>
1313
<div className="max-w-4xl mx-auto">
1414
<div className="inline-flex items-center bg-brand-100 rounded-full px-4 sm:px-6 py-2 mb-6 sm:mb-8">
15-
<span className="text-xs sm:text-sm font-medium text-brand-700">🤖 AI가 생성하고 해설하는 CS 지식</span>
15+
<span className="text-xs sm:text-sm font-medium text-brand-700">AI가 생성하고 해설하는 CS 지식</span>
1616
</div>
1717

1818
<h1 className="text-3xl sm:text-4xl md:text-5xl lg:text-6xl font-bold mb-4 sm:mb-6 leading-tight tracking-tight text-gray-900">

src/components/sections/TodayEmailFormSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const TodayEmailFormSection: React.FC = () => {
1414
<Container>
1515
<div className="text-center max-w-3xl mx-auto mb-8 sm:mb-12 px-4 sm:px-0">
1616
<div className="inline-flex items-center bg-brand-100 rounded-full px-4 sm:px-6 py-2 mb-6 sm:mb-8">
17-
<span className="text-xs sm:text-sm font-medium text-brand-700">📧 메일 미리보기</span>
17+
<span className="text-xs sm:text-sm font-medium text-brand-700">메일 미리보기</span>
1818
</div>
1919

2020
<h2 className="text-2xl sm:text-3xl md:text-4xl font-bold mb-4 sm:mb-6 text-gray-900">

0 commit comments

Comments
 (0)