Skip to content

Commit 3012de8

Browse files
committed
Change the wording in the tooltip
1 parent 9eef0a2 commit 3012de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/code/CodeBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export const CodeBlock = forwardRef<HTMLDivElement, CodeBlockProps>(
284284
)}
285285
</TooltipTrigger>
286286
<TooltipContent side="left" className="text-xs">
287-
{isWrapped ? "Inline text" : "Wrap text"}
287+
{isWrapped ? "Unwrap" : "Wrap"}
288288
</TooltipContent>
289289
</Tooltip>
290290
</TooltipProvider>

0 commit comments

Comments
 (0)