Skip to content

Commit

Permalink
add space for text
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-liuzhide committed Nov 27, 2024
1 parent 809d373 commit 4e7ba10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const MyBotDeployModal: React.FC<IModalProps> = ({ isOpen, onClose }) => {
<div className="w-full flex flex-col gap-1 justify-center items-center">
<span>
{text}
{" "}
{I18N.DeployBotModal.DeployContent.shenHeZhong}
</span>
<a href={result.approval_path} target="_blank" className="block max-w-full break-words">
Expand Down

0 comments on commit 4e7ba10

Please sign in to comment.