Skip to content

Commit 4573e1f

Browse files
committed
Probably fix yarn build
1 parent 448022c commit 4573e1f

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

web-app/src/screens/Console/License/License.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const License = () => {
4242
<p>
4343
The Vault is built using MINIO and most functionality will be the same.
4444
If you need any help please look at our documentation at https://docs.elastx.cloud/docs/tech-previews/thevault/
45+
</p>
4546
<p>
4647
MINIO is a registered trademark of the MinIO Corporation and this product
4748
is not affiliated with or endorsed by the MinIO Corporation.

web-app/src/screens/LoginPage/Login.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,14 @@ const Login = () => {
189189
}
190190
promoInfo={
191191
<span style={{ fontSize: 14, lineHeight: 1 }}>
192-
Welcome to Elastx The Vault console!<br>
193-
<br>
194-
The Vault is built using MINIO and most functionality will be the same.<br>
195-
If you need any help please look at our documentation at https://docs.elastx.cloud/docs/tech-previews/thevault/<br>
196-
<br>
197-
MINIO is a registered trademark of the MinIO Corporation and this product<br>
198-
is not affiliated with or endorsed by the MinIO Corporation.<br>
199-
All source code used for MINIO is publicly available in the elastx github repositories.<br>
192+
Welcome to Elastx The Vault console!<br></br>
193+
<br></br>
194+
The Vault is built using MINIO and most functionality will be the same.<br></br>
195+
If you need any help please look at our documentation at https://docs.elastx.cloud/docs/tech-previews/thevault/<br></br>
196+
<br></br>
197+
MINIO is a registered trademark of the MinIO Corporation and this product<br></br>
198+
is not affiliated with or endorsed by the MinIO Corporation.<br></br>
199+
All source code used for MINIO is publicly available in the elastx github repositories.<br></br>
200200
</span>
201201
}
202202
/>

web-app/src/screens/LoginPage/LoginCallback.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ const LoginCallback = () => {
149149
}
150150
promoInfo={
151151
<span style={{ fontSize: 14, lineHeight: 1 }}>
152-
Welcome to Elastx The Vault console!<br>
153-
<br>
154-
The Vault is built using MINIO and most functionality will be the same.<br>
155-
If you need any help please look at our documentation at https://docs.elastx.cloud/docs/tech-previews/thevault/<br>
156-
<br>
157-
MINIO is a registered trademark of the MinIO Corporation and this product<br>
158-
is not affiliated with or endorsed by the MinIO Corporation.<br>
159-
All source code used for MINIO is publicly available in the elastx github repositories.<br>
152+
Welcome to Elastx The Vault console!<br></br>
153+
<br></br>
154+
The Vault is built using MINIO and most functionality will be the same.<br></br>
155+
If you need any help please look at our documentation at https://docs.elastx.cloud/docs/tech-previews/thevault/<br></br>
156+
<br></br>
157+
MINIO is a registered trademark of the MinIO Corporation and this product<br></br>
158+
is not affiliated with or endorsed by the MinIO Corporation.<br></br>
159+
All source code used for MINIO is publicly available in the elastx github repositories.<br></br>
160160
</span>
161161
}
162162
/>

0 commit comments

Comments
 (0)