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 ca2155d commit 33d874bCopy full SHA for 33d874b
components/dashboard/src/components/footer.tsx
@@ -33,7 +33,7 @@ export class Footer extends React.Component<FooterProps, {}> {
33
</div>)
34
}
35
<div className="row" style={{ height: 30, fontSize: 10, marginBottom: 15 }}>
36
- <p>Copyright © 2020 <a href="https://www.gitpod.io/" target="_blank" rel="noopener">Gitpod</a> | All Rights Reserved
+ <p>Copyright © {new Date().getFullYear().toString()} <a href="https://www.gitpod.io/" target="_blank" rel="noopener">Gitpod</a> | All Rights Reserved
37
{(branding ? branding.links.legal : []).map(({ name, url }: Branding.Link) => {
38
return (<span key={name}> | {this.createAnchor(name, url)}</span>);
39
})}
0 commit comments