diff options
| author | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
| commit | f08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch) | |
| tree | 7d7494b1c41a81e736267fceebbfe99410c6b15d /src/site/components/home | |
| parent | Merge branch 'master' of github.com:WeebDev/lolisafe (diff) | |
| download | host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip | |
chore: chibisafe -> Hostess
Diffstat (limited to 'src/site/components/home')
| -rw-r--r-- | src/site/components/home/links/Links.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site/components/home/links/Links.vue b/src/site/components/home/links/Links.vue index 6777f44..a8ade00 100644 --- a/src/site/components/home/links/Links.vue +++ b/src/site/components/home/links/Links.vue @@ -1,12 +1,12 @@ <template> <div class="links"> <a - href="https://github.com/WeebDev/chibisafe" + href="https://github.com/Fuwn/Hostess" target="_blank" class="link"> <header class="bd-footer-star-header"> <h4 class="bd-footer-title">GitHub</h4> - <p class="bd-footer-subtitle">Deploy your own chibisafe</p> + <p class="bd-footer-subtitle">Deploy your own Hostess</p> </header> </a> <div @@ -66,7 +66,7 @@ export default { "FileFormName": "files[]", "Headers": { "token": "${this.apiKey}", - "accept": "application/vnd.chibisafe.json" + "accept": "application/vnd.hostess.json" }, "ResponseType": "Text", "URL": "$json:url$", |