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:
parent
cca48a44cb
commit
55d842bea7
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue