Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const EntityLogsContent = ({ logs }: EntityLogsContentProps) => {
LOGS
</div>
<div tw="w-full max-w-3xl">
Real-time logs of the of the virtual machine. Use this to debug any
Real-time logs of the virtual machine. Use this to debug any
issue with the boot of your instance and to monitor the behavior of your
instance while it is running.
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const EntityLogsControl = ({
<div>
<InfoTitle>INFO</InfoTitle>
<Text>
Real-time logs of the of the virtual machine. Use this to debug
Real-time logs of the virtual machine. Use this to debug
any issue with the boot of your instance and to monitor the
behavior of your instance while it is running.
</Text>
Expand Down
Loading