File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/components/common/entityData/EntityLogs Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- import React , { memo } from 'react'
21import LogsFeed from '@/components/common/LogsFeed'
32import { EntityLogsContentProps } from './types'
43
@@ -9,7 +8,7 @@ export const EntityLogsContent = ({ logs }: EntityLogsContentProps) => {
98 LOGS
109 </ div >
1110 < div tw = "w-full max-w-3xl" >
12- Real-time logs of the of the virtual machine. Use this to debug any
11+ Real-time logs of the virtual machine. Use this to debug any
1312 issue with the boot of your instance and to monitor the behavior of your
1413 instance while it is running.
1514 </ div >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const EntityLogsControl = ({
2121 < div >
2222 < InfoTitle > INFO</ InfoTitle >
2323 < Text >
24- Real-time logs of the of the virtual machine. Use this to debug
24+ Real-time logs of the virtual machine. Use this to debug
2525 any issue with the boot of your instance and to monitor the
2626 behavior of your instance while it is running.
2727 </ Text >
You can’t perform that action at this time.
0 commit comments