Skip to content

Commit 7f915e6

Browse files
committed
chore: 예시 구독설정 버튼 비활성화
1 parent 4a6cf15 commit 7f915e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/common/EmailTemplate.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const EmailTemplate: React.FC<EmailTemplateProps> = ({ toEmail, quizLink }) => {
5858
{/* Subscription Settings */}
5959
<div className="text-center mb-8">
6060
<button
61+
disabled
6162
className="inline-flex items-center space-x-2 bg-gray-100 hover:bg-gray-200 text-gray-700 px-4 py-2 rounded-lg font-medium text-sm border border-gray-200 transition-all duration-200 hover:shadow-sm"
6263
>
6364
<span className="text-base">⚙️</span>

0 commit comments

Comments
 (0)