aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-26 21:27:54 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-26 21:27:54 +0200
commit58e9b671d9f2f2994fdca204036b3c72a3036e48 (patch)
tree4f4b34fb6d94d9f4886c76f1d39c3edcedf8e8fe
parentImprove apibase function (diff)
downloadferdium-app-58e9b671d9f2f2994fdca204036b3c72a3036e48.tar.gz
ferdium-app-58e9b671d9f2f2994fdca204036b3c72a3036e48.tar.zst
ferdium-app-58e9b671d9f2f2994fdca204036b3c72a3036e48.zip
Lint
-rw-r--r--src/api/apiBase.js1
-rw-r--r--src/components/settings/settings/EditSettingsForm.js9
2 files changed, 7 insertions, 3 deletions
diff --git a/src/api/apiBase.js b/src/api/apiBase.js
index b40673e44..e8d571171 100644
--- a/src/api/apiBase.js
+++ b/src/api/apiBase.js
@@ -3,7 +3,6 @@
3 */ 3 */
4import { 4import {
5 API_VERSION, 5 API_VERSION,
6 API,
7} from '../environment'; 6} from '../environment';
8 7
9const apiBase = () => { 8const apiBase = () => {
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index 6d2dd0572..4431dfd74 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -256,8 +256,13 @@ export default @observer class EditSettingsForm extends Component {
256 </p> 256 </p>
257 <p className="settings__message"> 257 <p className="settings__message">
258 <span className="mdi mdi-github-face" /> 258 <span className="mdi mdi-github-face" />
259 Ferdi is based on <a href="https://github.com/meetfranz/franz">Franz</a>, a project published 259 Ferdi is based on
260 under the <a href="https://github.com/meetfranz/franz/blob/master/LICENSE">Apache-2.0 License</a> 260 {' '}
261 <a href="https://github.com/meetfranz/franz">Franz</a>
262 , a project published
263 under the
264 {' '}
265 <a href="https://github.com/meetfranz/franz/blob/master/LICENSE">Apache-2.0 License</a>
261 </p> 266 </p>
262 </form> 267 </form>
263 </div> 268 </div>