File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 4
4
font-size : 14px ;
5
5
}
6
6
7
+ .buttonRow {
8
+ display : flex;
9
+ flex-direction : column;
10
+ align-items : center;
11
+ gap : 20px ;
12
+ }
13
+
14
+
7
15
.button {
8
16
background-color : # 12e172 ;
9
17
padding : 16px 32px 16px 32px ;
@@ -93,6 +101,12 @@ a:nth-child(3) {
93
101
font-size : 18px ;
94
102
}
95
103
104
+ .buttonRow {
105
+ display : flex;
106
+ flex-direction : row;
107
+ gap : 20px ;
108
+ }
109
+
96
110
.actionRow {
97
111
display : flex;
98
112
flex-direction : row;
Original file line number Diff line number Diff line change @@ -18,16 +18,28 @@ const Homepage = () => {
18
18
The tooling for building zero-knowledge applications at your
19
19
fingertips
20
20
</ p > { " " }
21
+ < div className = "buttonRow" >
22
+ < Link
23
+ target = "_blank"
24
+ rel = "noopener noreferrer"
25
+ to = "/account"
26
+ >
27
+ < button className = "button" >
28
+ { " " }
29
+ Try now < span className = "arrow" > →</ span > { " " }
30
+ </ button >
31
+ </ Link > { " " }
21
32
< Link
22
33
target = "_blank"
23
34
rel = "noopener noreferrer"
24
35
to = "https://developer.aleo.org/sdk/"
25
36
>
26
37
< button className = "button" >
27
38
{ " " }
28
- View Docs < span className = "arrow" > →</ span > { " " }
39
+ See Docs < span className = "arrow" > →</ span > { " " }
29
40
</ button >
30
41
</ Link > { " " }
42
+ </ div >
31
43
< ul className = "actionRow" >
32
44
< Link to = "/account" className = "actionItem" >
33
45
{ " " }
@@ -58,7 +70,7 @@ const Homepage = () => {
58
70
to = "https://docs.leo-lang.org/sdk/create-leo-app/tutorial/"
59
71
>
60
72
< button className = "button" >
61
- Try it now < span className = "arrow" > →</ span >
73
+ Try now < span className = "arrow" > →</ span >
62
74
</ button >
63
75
</ Link > { " " }
64
76
< div className = "footer" >
You can’t perform that action at this time.
0 commit comments