Skip to content

Commit

Permalink
๐Ÿš‘ ์•Œ๋ฆผ์ฐฝ ํ”„์‚ฌ ์ฐŒ๊ทธ๋Ÿฌ์ง€๋Š” ๋ฌธ์ œ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Squarecat-meow committed Dec 18, 2024
1 parent 0639e45 commit 4984de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/_components/notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default function Notification() {
className={`w-16 h-16 rounded-full ${isRead && 'opacity-70'}`}
/>
</div>
<div className={`flex flex-col ${isRead && 'text-slate-500 dark:text-slate-400'}`}>
<span className="font-thin italic">&quot;{noti.data?.question}&quot;</span>
<div className={`w-[calc(100%-80px)] flex-col ${isRead && 'text-slate-500 dark:text-slate-400'}`}>
<span className="font-thin italic ">&quot;{noti.data?.question}&quot;</span>
<p>{noti.data?.answer}</p>
</div>
</div>
Expand Down

0 comments on commit 4984de7

Please sign in to comment.