Update copyright title at the bottom of the page (#219)

This commit is contained in:
Zoltan Papp
2023-07-06 16:38:02 +02:00
committed by GitHub
parent bae95d2e11
commit 1f258e4e2c

View File

@@ -6,7 +6,7 @@ const { Footer } = Layout
export default () => {
return (
<Footer style={{ textAlign: 'center', bottom: "0"}}>
Copyright © 2022 <a href="https://netbird.io">NetBird Authors</a>
Copyright © 2023 <a href="https://netbird.io">NetBird Authors</a>
</Footer>
);
};
};