Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suryanshkushwaha committed Nov 11, 2024
1 parent 308e406 commit c191b39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ const CollaborationServiceIntegratedView: React.FC = () => {
>
<div className="p-4">
<h3 className="text-sm font-medium text-gray-900 mb-2">Output</h3>
<pre className="bg-gray-50 p-4 rounded text-sm text-gray-700 font-mono">{output}</pre>
<pre className="bg-white rounded-md p-4 text-sm text-gray-700 font-mono">{output}</pre>
</div>
</div>
</div>
Expand Down

0 comments on commit c191b39

Please sign in to comment.