aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/settings/settings/EditSettingsForm.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index 4399a3a06..660c3c109 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -267,11 +267,11 @@ export default @observer class EditSettingsForm extends Component {
267 <span className="mdi mdi-github-face" /> 267 <span className="mdi mdi-github-face" />
268 Ferdi is based on 268 Ferdi is based on
269 {' '} 269 {' '}
270 <a href="https://github.com/meetfranz/franz">Franz</a> 270 <a href="https://github.com/meetfranz/franz" target="_blank">Franz</a>
271 , a project published 271 , a project published
272 under the 272 under the
273 {' '} 273 {' '}
274 <a href="https://github.com/meetfranz/franz/blob/master/LICENSE">Apache-2.0 License</a> 274 <a href="https://github.com/meetfranz/franz/blob/master/LICENSE" target="_blank">Apache-2.0 License</a>
275 </p> 275 </p>
276 </form> 276 </form>
277 </div> 277 </div>