diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a7c4a99..940e000 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -14,6 +14,9 @@ categories: - title: "🔧 Performance Improvements" labels: - "perf" + - title: "🎨 Style" + labels: + - "style" - title: "🧪 Tests" label: "test" - title: "🧰 Maintenance" diff --git a/docs/src/components/footer.tsx b/docs/src/components/footer.tsx index ec87a4d..aa18c37 100644 --- a/docs/src/components/footer.tsx +++ b/docs/src/components/footer.tsx @@ -39,7 +39,7 @@ export function Footer() {
{/* Navigation items */}
diff --git a/src/app/routes/chat/-components/chat/ChatMessageItem.tsx b/src/app/routes/chat/-components/chat/ChatMessageItem.tsx
index 3aaea01..0db7b43 100644
--- a/src/app/routes/chat/-components/chat/ChatMessageItem.tsx
+++ b/src/app/routes/chat/-components/chat/ChatMessageItem.tsx
@@ -199,7 +199,7 @@ export function ChatMessageItem({
>
) : (
<>
-