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() {
Logo diff --git a/docs/src/components/header.tsx b/docs/src/components/header.tsx index 02310ac..ccab21a 100644 --- a/docs/src/components/header.tsx +++ b/docs/src/components/header.tsx @@ -61,7 +61,7 @@ export function Header() {
{/* Logo */}
- Logo + Logo
Typix diff --git a/index.html b/index.html index 65f49de..fca802e 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Typix - Type To Pixels diff --git a/src/app/components/navigation/GlobalNavigation.tsx b/src/app/components/navigation/GlobalNavigation.tsx index da43573..6f40fc5 100644 --- a/src/app/components/navigation/GlobalNavigation.tsx +++ b/src/app/components/navigation/GlobalNavigation.tsx @@ -66,7 +66,7 @@ export function GlobalNavigation({ className }: GlobalNavigationProps) { target="_blank" className="mb-2 flex h-14 w-14 items-center justify-center transition-all duration-200 hover:scale-105" > - Logo + Logo {/* 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({ ) : ( <> - + {t("chat.ai")}