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',