diff --git a/website/i18n/en.json b/website/i18n/en.json index 5009b49..a81f821 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -52,6 +52,7 @@ "API": "API", "Help": "Help", "Blog": "Blog", + "GitHub": "GitHub", "Basic Usage": "Basic Usage", "Remote Table": "Remote Table", "Table Toolkits": "Table Toolkits", diff --git a/website/siteConfig.js b/website/siteConfig.js index ad1d50a..ab29e5f 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -30,6 +30,7 @@ const siteConfig = { {doc: 'table-props', label: 'API'}, {page: 'help', label: 'Help'}, {blog: true, label: 'Blog'}, + {href: 'https://github.com/react-bootstrap-table/react-bootstrap-table2', label: 'GitHub' }, ], users, /* path to images for header/footer */ diff --git a/website/static/css/custom.css b/website/static/css/custom.css index 3b38a1d..bb9b26e 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -15,6 +15,10 @@ @media only screen and (min-width: 1500px) { } +footer.nav-footer { + background-color: #202020; +} + .homeContainer .homeWrapper .projectLogo { justify-content: flex-start; }