Skip to content

Commit 5235b21

Browse files
committed
🤖 fix: prettier formatting for Context1MCheckbox
1 parent 09828ae commit 5235b21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Context1MCheckbox.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ export const Context1MCheckbox: React.FC<Context1MCheckboxProps> = ({ modelStrin
2222
1M Context
2323
</label>
2424
<TooltipWrapper inline>
25-
<span className="flex cursor-help items-center text-[10px] leading-none text-neutral-400">?</span>
25+
<span className="flex cursor-help items-center text-[10px] leading-none text-neutral-400">
26+
?
27+
</span>
2628
<Tooltip className="tooltip" align="center" width="auto">
2729
Enable 1M token context window (beta feature for Claude Sonnet 4/4.5)
2830
</Tooltip>

0 commit comments

Comments
 (0)