Skip to content

Commit 8dedf81

Browse files
gmolkiRezaRahemtola
authored andcommitted
0.34.5
1 parent cb9be34 commit 8dedf81

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "front-aleph-cloud",
3-
"version": "0.34.4",
3+
"version": "0.34.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/components/common/entityData/EntityLogs/Content/cmp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const EntityLogsContent = ({ logs }: EntityLogsContentProps) => {
99
LOGS
1010
</div>
1111
<div tw="w-full max-w-3xl">
12-
Real-time logs of the of the virtual machine. Use this to debug any
12+
Real-time logs of the virtual machine. Use this to debug any
1313
issue with the boot of your instance and to monitor the behavior of your
1414
instance while it is running.
1515
</div>

src/components/common/entityData/EntityLogs/Control/cmp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)