We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d7a97 commit 97f3cc6Copy full SHA for 97f3cc6
1 file changed
src/pages/NaverPage/components/Notice/index.tsx
@@ -15,8 +15,8 @@ const Notice = () => {
15
<AlertTitle className="font-bold text-[#0475F5]">
16
{recentAnnounce?.title}
17
</AlertTitle>
18
- <AlertDescription className="text-[#2b85ec]">
19
- {recentAnnounce?.content}
+ <AlertDescription className="whitespace-pre-line text-[#2b85ec]">
+ {recentAnnounce?.content.replace(/\. /g, '.\n')}
20
</AlertDescription>
21
</Alert>
22
</div>
0 commit comments