1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 16:04:21 +00:00

Aggiorna copyright al 2020

This commit is contained in:
Steffo 2020-05-24 16:19:57 +02:00
parent cca48a44cb
commit 55d842bea7
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

@ -3,6 +3,6 @@ import { Component } from 'preact';
export default class Copyright extends Component {
render() {
return <div class={style.copyright}>© 2019 - Stefano Pigozzi - <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> - <a href="https://github.com/Steffo99/appuntiweb">Codice sorgente</a> - <a href={"https://ko-fi.com/steffo"}>Supportami</a></div>;
return <div class={style.copyright}>© 2020 - Stefano Pigozzi - <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> - <a href="https://github.com/Steffo99/appuntiweb">Codice sorgente</a> - <a href={"https://ko-fi.com/steffo"}>Supportami</a></div>;
}
}