feat: align the NewsDetail page style with the related contents on the Search page

This commit is contained in:
Kaiwen Gong 2024-07-26 17:51:58 +08:00
parent 0c5d1320e9
commit 48c8181fca
5 changed files with 75 additions and 15 deletions

View file

@ -1,4 +1,4 @@
import NewsDetail from "../../../components/NewsDetail";
import NewsDetail from "../../../components/NewsDetailPage/NewsDetail";
import { VALIDATED_ENV } from "../../../lib/constants";
async function getNewsData(id: string) {