diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx
index d8fd4f2..664554d 100644
--- a/frontend/src/pages/Home.jsx
+++ b/frontend/src/pages/Home.jsx
@@ -308,7 +308,7 @@ export default function Home() {
π ζζ°δΈε°εεΈ
-
window.location.hash = '#/news'} style={{ color: '#3b82f6', fontSize: '12px', cursor: 'pointer' }}>ζ₯ηε
¨ι¨ β
+
window.open(item.url, '_blank')} style={{ color: '#3b82f6', fontSize: '12px', cursor: 'pointer' }}>ζ₯ηε
¨ι¨ β
ζζ εΈε
) : (
recentPosts.map((item, idx) => (
-
window.location.hash = '#/news'} style={{
+
window.open(item.url, '_blank')} style={{
padding: '12px 16px',
borderBottom: idx < recentPosts.length - 1 ? '1px solid rgba(255,255,255,0.05)' : 'none',
cursor: 'pointer',