Update Layout.tsx
This commit is contained in:
@@ -173,7 +173,7 @@ export const Layout: React.FC = () => {
|
||||
<p className="text-sm text-slate-500 mt-1">{new Date(activeNotice.date).toLocaleDateString()}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-6 text-slate-600 leading-relaxed whitespace-pre-wrap">
|
||||
<div className="p-6 text-slate-600 leading-relaxed whitespace-pre-wrap break-words">
|
||||
{activeNotice.content}
|
||||
{activeNotice.link && (
|
||||
<div className="mt-4">
|
||||
|
||||
Reference in New Issue
Block a user