We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b36103 commit a8d158aCopy full SHA for a8d158a
changelog.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [1.4.1]
4
+
5
+### Updated
6
+- Added link to flatlogic on login page
7
8
## [1.4.0]
9
10
### Updated
src/components/Footer/Footer.js
@@ -27,7 +27,7 @@ class Footer extends React.Component {
27
return (
28
<footer className={cx(s.root, this.props.className)}>
29
<div className={s.container}>
30
- <span>© 2019 Flatlogic LLC </span>
+ <span>© {new Date().getFullYear()} <a href="https://flatlogic.com" rel="noopener noreferrer" target="_blank">Flatlogic LLC</a> </span>
31
<span className={s.spacer}>·</span>
32
<Link to="/app/tos">Terms of Service</Link>
33
0 commit comments