Skip to content

Commit 6c9cd44

Browse files
édouard wautierédouard wautier
édouard wautier
authored and
édouard wautier
committed
Assistant fine tune
1 parent f408bf6 commit 6c9cd44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

front/pages/w/[wId]/builder/assistants/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default function AssistantsBuilder({
131131
title="Dust Assistants"
132132
description='Assistants built by Dust for multiple use cases. For instance, use "@help" for any question Dust related, use the handle "@notion" to target specifically knowledge on Notion…'
133133
/>
134-
<ContextItem.List className="mt-8 text-element-900">
134+
<ContextItem.List>
135135
{dustAgents.map((agent) => (
136136
<ContextItem
137137
key={agent.sId}

front/pages/w/[wId]/subscription/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export default function Subscription({
266266
</Page.Vertical>
267267
)}
268268
</Page.Vertical>
269-
<div className="s-h-12" />
269+
<div className="h-12" />
270270
</AppLayout>
271271
);
272272
}

0 commit comments

Comments
 (0)