Skip to content

Commit 7c6d8a7

Browse files
committed
docs: remove Gitter link
1 parent 5ee80d9 commit 7c6d8a7

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

docs/website/core/Footer.js

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
* This file is part of React-SearchKit.
3-
* Copyright (C) 2018 CERN.
3+
* Copyright (C) 2018-2023 CERN.
44
*
55
* React-SearchKit is free software; you can redistribute it and/or modify it
66
* under the terms of the MIT License; see LICENSE file for more details.
77
*/
88

9-
const React = require('react');
9+
const React = require("react");
1010

11-
const siteConfig = require(process.cwd() + '/siteConfig.js');
11+
const siteConfig = require(process.cwd() + "/siteConfig.js");
1212

1313
class Footer extends React.Component {
1414
render() {
@@ -33,16 +33,9 @@ class Footer extends React.Component {
3333
</div>
3434
<div>
3535
<h5>More</h5>
36-
<a href="https://github.com/inveniosoftware/react-searchkit">
37-
GitHub
38-
</a>
36+
<a href="https://github.com/inveniosoftware/react-searchkit">GitHub</a>
3937
<a href="https://inveniosoftware.org/">Invenio Software</a>
40-
<a href="https://gitter.im/inveniosoftware/invenio">
41-
<img
42-
src={`${siteConfig.baseUrl}img/gitter.svg`}
43-
alt="Gitter chat"
44-
/>
45-
</a>
38+
<a href="https://discord.gg/8qatqBC">Chat with us!</a>
4639
<a href="https://twitter.com/inveniosoftware">Twitter</a>
4740
</div>
4841
<div>

docs/website/static/img/gitter.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)