Skip to content

Commit 33d874b

Browse files
committed
[dashboard] update copyright year
1 parent ca2155d commit 33d874b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class Footer extends React.Component<FooterProps, {}> {
3333
</div>)
3434
}
3535
<div className="row" style={{ height: 30, fontSize: 10, marginBottom: 15 }}>
36-
<p>Copyright © 2020&nbsp;<a href="https://www.gitpod.io/" target="_blank" rel="noopener">Gitpod</a>&nbsp;|&nbsp;All Rights Reserved
36+
<p>Copyright © {new Date().getFullYear().toString()}&nbsp;<a href="https://www.gitpod.io/" target="_blank" rel="noopener">Gitpod</a>&nbsp;|&nbsp;All Rights Reserved
3737
{(branding ? branding.links.legal : []).map(({ name, url }: Branding.Link) => {
3838
return (<span key={name}>&nbsp;|&nbsp;{this.createAnchor(name, url)}</span>);
3939
})}

0 commit comments

Comments
 (0)