diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx
index 9f522af..151100b 100644
--- a/frontend/src/pages/Home.jsx
+++ b/frontend/src/pages/Home.jsx
@@ -329,7 +329,7 @@ export default function Home() {
if (!hasData) return null
return (
- | {cat} |
+ {cat} |
{rowData.map((d, i) => (
{d ? (
diff --git a/frontend/src/pages/News.jsx b/frontend/src/pages/News.jsx
index aa1a3e1..16b43d6 100644
--- a/frontend/src/pages/News.jsx
+++ b/frontend/src/pages/News.jsx
@@ -613,7 +613,7 @@ export default function News() {
if (!hasData) return null
return (
|
- | {cat} |
+ {cat} |
{rowData.map((d, i) => (
{d ? (
|