File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
components/dashboard/src/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 < a href = "https://www.gitpod.io/" target = "_blank" rel = "noopener" > Gitpod</ a > | All Rights Reserved
36+ < p > Copyright © { new Date ( ) . getFullYear ( ) . toString ( ) } < a href = "https://www.gitpod.io/" target = "_blank" rel = "noopener" > Gitpod</ a > | All Rights Reserved
3737 { ( branding ? branding . links . legal : [ ] ) . map ( ( { name, url } : Branding . Link ) => {
3838 return ( < span key = { name } > | { this . createAnchor ( name , url ) } </ span > ) ;
3939 } ) }
You can’t perform that action at this time.
0 commit comments