Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class Header extends Component {
href="https://github.com/keystonejs/keystone"
target="_blank"
className={compose(styles.navItemLink)}>
Github
GitHub
</a>
</li>
<li className={compose(styles.navItem)}>
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/components/home/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class ValueProps extends Component {
<ul className={compose(styles.list_links)}>
<li className={compose(styles.list_links_item)}><Link to="/getting-started" className={compose(styles.list_links_anchor)}>Getting Started</Link></li>
<li className={compose(styles.list_links_item)}><Link to="/documentation" className={compose(styles.list_links_anchor)}>Documentation</Link></li>
<li className={compose(styles.list_links_item)}><a className={compose(styles.list_links_anchor)} href="https://github.com/keystonejs/keystone">Github Project</a></li>
<li className={compose(styles.list_links_item)}><a className={compose(styles.list_links_anchor)} href="https://github.com/keystonejs/keystone">GitHub Project</a></li>
<li className={compose(styles.list_links_item)}><a className={compose(styles.list_links_anchor)} href="https://groups.google.com/forum/#!forum/keystonejs">Google Group</a></li>
<li className={compose(styles.list_links_item)}><a className={compose(styles.list_links_anchor)} href="http://demo.keystonejs.com/">Demo Website</a></li>
</ul>
Expand Down