Skip to content

Commit

Permalink
ui: fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Jun 14, 2024
1 parent a1be795 commit 9b39fe6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/app/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default async function RootLayout ({
return (
<html lang="en" suppressHydrationWarning>
<head>
<link rel="icon" href="/tidb-ai-light.svg" sizes="any" />
<link rel="icon" href="/favicon.svg" sizes="any" />
<Script
id='tidb-ai-widget'
strategy="lazyOnload"
Expand Down
2 changes: 1 addition & 1 deletion src/components/chat/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.prose sup a[data-footnote-ref=true] {
@apply bg-primary text-primary-foreground px-1 rounded-full no-underline;
@apply bg-primary text-primary-foreground px-1 mx-0.5 rounded-full no-underline;
}

.prose sup a[data-footnote-ref=true] + a[data-footnote-ref=true] {
Expand Down

0 comments on commit 9b39fe6

Please sign in to comment.