Skip to content

Commit

Permalink
[#1299] Fix the copyright year (#1301)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Fix the copyright year to be the year of the last release, not the
current year.

### Why are the changes needed?

The copyright year should not automatically update to the current year.

Fix: #1299

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

Built and tested locally in a browser.
  • Loading branch information
justinmclean authored and web-flow committed Jan 3, 2024
1 parent d0e53b1 commit a3be98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/lib/layout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Footer = props => {
<Box className='footer-content-wrapper twc-px-6 twc-w-full twc-py-[0.75rem] [@media(min-width:1440px)]:twc-max-w-[1440px]'>
<Box className={'twc-flex twc-flex-wrap twc-items-center twc-justify-between'}>
<Typography className='twc-mr-2'>
{${new Date().getFullYear()} `}
{2023 `}
<Link className={'twc-no-underline twc-text-primary-main'} target='_blank' href='https://datastrato.ai/'>
Datastrato
</Link>
Expand Down

0 comments on commit a3be98e

Please sign in to comment.