Skip to content

Commit 5ef38ae

Browse files
change up language a little bit
1 parent df5923b commit 5ef38ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.container {
2-
max-width: 750px;
2+
max-width: 850px;
33
}

website/src/tabs/record/DecryptRecord.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const DecryptRecord = () => {
7171
setIsOwner(null);
7272
};
7373

74-
const layout = { labelCol: { span: 4 }, wrapperCol: { span: 21 } };
74+
const layout = { labelCol: { span: 4 }, wrapperCol: { span: 21 }, layout:"vertical"};
7575

7676
if (aleo !== null) {
7777
const recordPlaintext = () =>
@@ -133,7 +133,7 @@ export const DecryptRecord = () => {
133133
}
134134
>
135135
<Form {...layout}>
136-
<Form.Item label="Record (Ciphertext)" colon={false}>
136+
<Form.Item label="Ciphertext" colon={false}>
137137
<Input
138138
name="recordCiphertext"
139139
size="large"
@@ -166,7 +166,7 @@ export const DecryptRecord = () => {
166166
{
167167
<Form {...layout}>
168168
<Divider />
169-
<Form.Item label="Record (Plaintext)" colon={false}>
169+
<Form.Item label="Decrypted Record" colon={false}>
170170
{plaintext ? (
171171
<Row align="middle">
172172
<Col span={23}>

0 commit comments

Comments
 (0)