-
-
-
-
-
+
+
+
+
{item.label}
diff --git a/studio/frontend/src/features/chat/chat-page.tsx b/studio/frontend/src/features/chat/chat-page.tsx
index 14a457ad76..f4b0ae72fa 100644
--- a/studio/frontend/src/features/chat/chat-page.tsx
+++ b/studio/frontend/src/features/chat/chat-page.tsx
@@ -253,9 +253,7 @@ function InlineSidebar({
className={cn(
"bg-muted/70 text-sidebar-foreground h-full overflow-hidden rounded-2xl corner-squircle transition-[width] duration-200 ease-linear",
!collapsed &&
- (side === "left"
- ? "border-r border-sidebar-border/70"
- : "border-l border-sidebar-border/70"),
+ side === "right" && "border-l border-sidebar-border/70",
collapsed ? "w-0" : "w-(--sidebar-width)",
)}
>
diff --git a/studio/frontend/src/features/onboarding/components/steps/summary-step.tsx b/studio/frontend/src/features/onboarding/components/steps/summary-step.tsx
index 5ece98b6e6..b1ded62f80 100644
--- a/studio/frontend/src/features/onboarding/components/steps/summary-step.tsx
+++ b/studio/frontend/src/features/onboarding/components/steps/summary-step.tsx
@@ -69,7 +69,7 @@ export function SummaryStep() {
return (
-
+
System
@@ -106,7 +106,7 @@ export function SummaryStep() {
-
+
Model
@@ -128,7 +128,7 @@ export function SummaryStep() {
-
+
Dataset
@@ -166,7 +166,7 @@ export function SummaryStep() {
-
+
Hyperparameters