aboutsummaryrefslogtreecommitdiff
path: root/src/site/components/home
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-15 02:25:59 +0000
committerFuwn <[email protected]>2022-01-15 02:25:59 +0000
commitf08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch)
tree7d7494b1c41a81e736267fceebbfe99410c6b15d /src/site/components/home
parentMerge branch 'master' of github.com:WeebDev/lolisafe (diff)
downloadhost.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.vue6
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$",