feat: integrate official @ai-sdk/groq provider and fix image sizing constraints in layout components

This commit is contained in:
poyrazavsever
2026-06-09 15:14:16 +03:00
parent e01ba6cc18
commit 6e80e556af
7 changed files with 41 additions and 1 deletions
+2
View File
@@ -81,6 +81,7 @@ export function PortalShell({ children, user, progress }: PortalShellProps) {
width={120}
height={32}
className="h-8 w-auto object-contain"
style={{ width: "auto" }}
priority
/>
</Link>
@@ -127,6 +128,7 @@ function AppSidebar({
width={160}
height={48}
className="h-12 w-auto object-contain"
style={{ width: "auto" }}
priority
/>
</Link>