feat: update chat display and fix issue with regeneration

This commit is contained in:
shadcn 2023-06-11 15:08:59 +04:00
parent e06f34b0f1
commit 8f64c55896
17 changed files with 266 additions and 231 deletions

View file

@ -1,6 +1,6 @@
import {
JetBrains_Mono as FontMono,
IBM_Plex_Sans as FontMessage,
Lora as FontMessage,
Inter as FontSans
} from 'next/font/google'
@ -11,7 +11,6 @@ export const fontSans = FontSans({
export const fontMessage = FontMessage({
subsets: ['latin'],
weight: ['400', '500', '600'],
variable: '--font-message'
})