From 2328ca56ebc84aaec2f2e68ad6d1ffb48ee77375 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 13 Aug 2024 10:04:24 +0700 Subject: [PATCH] fix: LaTex formula render issue (#3353) # Conflicts: # web/screens/Thread/ThreadCenterPanel/SimpleTextMessage/index.tsx --- web/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 5f14d6f5c..01b2cabb4 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -2,6 +2,7 @@ import { PropsWithChildren } from 'react' import { Metadata } from 'next' +import 'katex/dist/katex.min.css' import '@/styles/main.scss' export const metadata: Metadata = {