We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc285c commit 45dc5ebCopy full SHA for 45dc5eb
1 file changed
src/pages/Home/components/StudyTimerBanner.tsx
@@ -12,10 +12,11 @@ function StudyTimerBanner() {
12
}}
13
>
14
<div className="relative z-10 max-w-36.25 text-[#324839]">
15
- <h2 className="text-[18px] leading-[1.6] font-extrabold tracking-[-0.18px] whitespace-pre-line">
16
- Konect와 공부하고{'\n'}핫식스 받자!
+ <h2 className="text-[18px] leading-[1.6] font-extrabold tracking-[-0.18px] break-keep">
+ <span className="block whitespace-nowrap">Konect와 공부하고</span>
17
+ <span className="block whitespace-nowrap">핫식스 받자!</span>
18
</h2>
- <p className="mt-0.75 text-[10px] leading-[1.6] font-medium whitespace-pre-line">
19
+ <p className="mt-0.75 text-[10px] leading-[1.6] font-medium break-keep whitespace-pre-line">
20
커넥트의 타이머 기능을{'\n'}사용해보세요!
21
</p>
22
</div>
0 commit comments