File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* This file is part of React-SearchKit.
3
- * Copyright (C) 2018 CERN.
3
+ * Copyright (C) 2018-2023 CERN.
4
4
*
5
5
* React-SearchKit is free software; you can redistribute it and/or modify it
6
6
* under the terms of the MIT License; see LICENSE file for more details.
7
7
*/
8
8
9
- const React = require ( ' react' ) ;
9
+ const React = require ( " react" ) ;
10
10
11
- const siteConfig = require ( process . cwd ( ) + ' /siteConfig.js' ) ;
11
+ const siteConfig = require ( process . cwd ( ) + " /siteConfig.js" ) ;
12
12
13
13
class Footer extends React . Component {
14
14
render ( ) {
@@ -33,16 +33,9 @@ class Footer extends React.Component {
33
33
</ div >
34
34
< div >
35
35
< 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 >
39
37
< 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 >
46
39
< a href = "https://twitter.com/inveniosoftware" > Twitter</ a >
47
40
</ div >
48
41
< div >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments