Skip to content

Commit

Permalink
reverted unintentional change
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-bruno committed Jan 13, 2025
1 parent 7c2dd1d commit cc5d886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bruno-app/src/components/Documentation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Documentation = ({ item, collection }) => {
return (
<StyledWrapper className="flex flex-col gap-y-1 h-full w-full relative">
<div className="editing-mode" role="tab" onClick={toggleViewMode}>
{isEditing ? 'Preview1' : 'Edit'}
{isEditing ? 'Preview' : 'Edit'}
</div>

{isEditing ? (
Expand Down

0 comments on commit cc5d886

Please sign in to comment.