Skip to content

Commit

Permalink
Copyright: use the real year when Ring UI was started
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed Mar 8, 2018
1 parent d89b63f commit e4df91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/components/side-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const SideFooter = () => {
return (
<div className={styles.sideFooter}>
<div className={styles.copyright}>
Copyright © 2000{currentYear} JetBrains
Copyright © 2013{currentYear} JetBrains
</div>
<Link
href="https://raw.githubusercontent.com/JetBrains/ring-ui/master/LICENSE.txt"
Expand Down

0 comments on commit e4df91b

Please sign in to comment.