Skip to content

Commit

Permalink
fix: LaTex formula render issue (#3353)
Browse files Browse the repository at this point in the history
# Conflicts:
#	web/screens/Thread/ThreadCenterPanel/SimpleTextMessage/index.tsx
  • Loading branch information
louis-jan committed Aug 14, 2024
1 parent 7a660ad commit 17aca01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 17aca01

Please sign in to comment.