diff options
| author | Pitu <[email protected]> | 2020-12-25 20:45:22 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-12-25 20:45:22 +0900 |
| commit | ec2f9e0d989792c1760b48e063467cf6e59c580a (patch) | |
| tree | 6f447aeebe9af7be57ba15e23851a4611568ec3e /src/site/components/footer/Footer.vue | |
| parent | chore: style changes (diff) | |
| download | host.fuwn.me-ec2f9e0d989792c1760b48e063467cf6e59c580a.tar.xz host.fuwn.me-ec2f9e0d989792c1760b48e063467cf6e59c580a.zip | |
Rebrand
Diffstat (limited to 'src/site/components/footer/Footer.vue')
| -rw-r--r-- | src/site/components/footer/Footer.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site/components/footer/Footer.vue b/src/site/components/footer/Footer.vue index 3e7fda3..7d65505 100644 --- a/src/site/components/footer/Footer.vue +++ b/src/site/components/footer/Footer.vue @@ -3,7 +3,7 @@ <div class="container"> <div class="columns"> <div class="column is-narrow"> - <h4>lolisafe</h4> + <h4>chibisafe</h4> <span>© 2017-{{ getYear }} <a href="https://github.com/pitu" @@ -12,7 +12,7 @@ <span>v{{ version }}</span> </div> <div class="column is-narrow bottom-up"> - <a href="https://github.com/weebdev/lolisafe">GitHub</a> + <a href="https://github.com/weebdev/chibisafe">GitHub</a> <a href="https://patreon.com/pitu">Patreon</a> <a href="https://discord.gg/5g6vgwn">Discord</a> </div> @@ -55,7 +55,7 @@ export default { "FileFormName": "files[]", "Headers": { "authorization": "Bearer ${this.token}", - "accept": "application/vnd.lolisafe.json" + "accept": "application/vnd.chibisafe.json" }, "ResponseType": "Text", "URL": "$json:url$", |