fix the PR gated

This commit is contained in:
Yifei Hu 2024-07-10 12:17:16 +08:00
parent fc091da03c
commit e14bb334ba

View file

@ -59,9 +59,7 @@ const NewsPage = () => {
} }
if (news.length === 0) { if (news.length === 0) {
return ( return <p className="text-black/70 dark:text-white/70 text-sm text-center">No news available.</p>;
<p className="text-black/70 dark:text-white/70 text-sm text-center">No news available.</p>
);
} }
return ( return (