File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,15 @@ class IndexRoute extends React.Component {
83
83
{ this . props . children }
84
84
{ this . props . docOnGithub ? (
85
85
< div className = "footer__inner" >
86
- < a href = { githubRepo + this . props . docOnGithub } >
86
+ < a href = { githubRepo + this . props . docOnGithub } className = "pull-left" >
87
87
Edit this page on GitHub
88
88
</ a >
89
+
90
+ < a href = "https://www.hackerone.com" target = "_blank" className = "pull-right" >
91
+ Back to HackerOne
92
+ </ a >
93
+
94
+ < div className = "clearfix" />
89
95
</ div >
90
96
) : null }
91
97
</ article >
Original file line number Diff line number Diff line change 73
73
margin-left : auto ;
74
74
margin-right : auto ;
75
75
}
76
+
77
+ .pull-left {
78
+ float : left ;
79
+ }
80
+
81
+ .pull-right {
82
+ float : right ;
83
+ }
84
+
85
+ .clearfix {
86
+ clear : both ;
87
+ }
You can’t perform that action at this time.
0 commit comments