Skip to content

Commit

Permalink
Merge pull request #447 from digitalfabrik/LUN-xxx-update-copyright-year
Browse files Browse the repository at this point in the history
LUN-xxx: Update copyright year
  • Loading branch information
steffenkleinle authored May 23, 2023
2 parents 9a25872 + 770bc03 commit c7469e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/home/components/HomeFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Container = styled.View`

const HomeFooter = (): ReactElement => (
<Container>
<ContentSecondary>{'\u00A9'}LUNES2022</ContentSecondary>
<ContentSecondary>{'\u00A9'}LUNES2023</ContentSecondary>
</Container>
)

Expand Down
2 changes: 1 addition & 1 deletion src/routes/home/components/__tests__/HomeFooter.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ describe('HomeFooter', () => {
it('should render the HomeFooter', () => {
const { getByText } = render(<HomeFooter />)

expect(getByText('\u00A9LUNES2022')).toBeTruthy()
expect(getByText('\u00A9LUNES2023')).toBeTruthy()
})
})

0 comments on commit c7469e1

Please sign in to comment.