From a7aec80f394538edec27823ce6d01e39adba3d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rdle=20Bot?= Date: Tue, 25 Nov 2025 13:59:32 +0100 Subject: [PATCH] Fix: Link special in news section --- components/NewsSection.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/components/NewsSection.tsx b/components/NewsSection.tsx index 3bf100c..abd8d8b 100644 --- a/components/NewsSection.tsx +++ b/components/NewsSection.tsx @@ -2,6 +2,7 @@ import { useEffect, useState } from 'react'; import ReactMarkdown from 'react-markdown'; +import Link from 'next/link'; interface NewsItem { id: number; @@ -143,9 +144,16 @@ export default function NewsSection() { {item.special && ( <> - + ★ {item.special.name} - + )}