There was an error while loading. Please reload this page.
1 parent f1adabc commit b8bd889Copy full SHA for b8bd889
1 file changed
packages/app/src/components/session/session-context-tab.tsx
@@ -358,7 +358,12 @@ export function SessionContextTab() {
358
<div class="flex flex-col gap-2">
359
<div class="flex items-center justify-between">
360
<div class="text-12-regular text-text-weak">{language.t("context.rawMessages.title")}</div>
361
- <Button size="small" variant="ghost" class="gap-1.5 px-2 text-text-weak hover:text-text-base" onClick={exportSession}>
+ <Button
362
+ size="small"
363
+ variant="ghost"
364
+ class="gap-1.5 px-2 text-text-weak hover:text-text-base"
365
+ onClick={exportSession}
366
+ >
367
<Icon name="download" size="small" />
368
<span>{language.t("context.export.session")}</span>
369
</Button>
0 commit comments