Update the copyright date to 2023 in the about dialog (#6679)

This commit is contained in:
Jeremy Tuloup 2023-01-05 17:33:47 +01:00 committed by GitHub
parent 98b04bea69
commit 7b56452c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
</span>
);
const version = trans.__('Version: %1', app.version);
const copyright = trans.__('© 2021-2022 Jupyter Notebook Contributors');
const copyright = trans.__('© 2021-2023 Jupyter Notebook Contributors');
const body = (
<>
<span className="jp-AboutNotebook-version">{version}</span>