File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,10 @@ <h2 class="subtitle shadow--text">Online React Playground</h2>
7878
7979 < div class ="getstarted ">
8080 < a href ="/s/new " class ="button "> Open the editor</ a >
81- < a href ="/s/github " class ="button button-alternative "> Import from GitHub</ a >
81+ < div class ="secondary-actions ">
82+ < a href ="/search " class ="button button-alternative "> Search for a sandbox</ a >
83+ < a href ="/s/github " class ="button button-alternative "> Import from GitHub</ a >
84+ </ div >
8285 </ div >
8386
8487 < div class ="lines ">
Original file line number Diff line number Diff line change 3131 text-transform : uppercase;
3232}
3333
34+ .secondary-actions {
35+ margin-top : 2rem ;
36+ }
37+
3438.primary {
3539 color : # 6caedd ;
3640}
6064
6165.button .button-alternative {
6266 font-size : 1.125rem ;
67+ margin-bottom : 10px ;
6368}
6469
6570.button : hover {
You can’t perform that action at this time.
0 commit comments