File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 3030 text-align : right ;
3131}
3232
33- .settings {
33+ a {
34+ color : black ;
35+
36+ & :hover {
37+ color : @primary-color ;
38+ }
39+ }
40+
41+ .github {
3442 display : inline-flex ;
3543 align-items : center ;
3644 justify-content : center ;
95103.main {
96104 width : 368px ;
97105 margin : 0 auto ;
106+
98107 @media screen and (max-width : @screen-sm ) {
99108 width : 95% ;
100109 }
Original file line number Diff line number Diff line change 1414 * See the License for the specific language governing permissions and
1515 * limitations under the License.
1616 */
17+ import { GithubOutlined } from '@ant-design/icons' ;
1718import React , { useState } from 'react' ;
1819import { Button , notification , Tabs } from 'antd' ;
1920import { SelectLang } from '@@/plugin-locale/SelectLang' ;
@@ -81,6 +82,11 @@ const Page: React.FC = () => {
8182 return (
8283 < div className = { styles . container } >
8384 < div className = { styles . lang } >
85+ < div className = { styles . github } >
86+ < a target = "_blank" href = "https://apisix.apache.org" >
87+ < GithubOutlined />
88+ </ a >
89+ </ div >
8490 < SelectLang />
8591 </ div >
8692 < div className = { styles . content } >
You can’t perform that action at this time.
0 commit comments