mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
auto-determine copyright year
This commit is contained in:
parent
3f0dd3a0d1
commit
d3f8752e77
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const App: React.FC = () => {
|
|||
<AllListsTable />
|
||||
</div>
|
||||
</Content>
|
||||
<Footer style={{ textAlign: 'center' }}>©2019 Collin M. Barrett</Footer>
|
||||
<Footer style={{ textAlign: 'center' }}>©{(new Date()).getFullYear()} Collin M. Barrett</Footer>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue