diff --git a/src/assets/alipay.png b/src/assets/alipay.png
deleted file mode 100644
index c341bd0..0000000
Binary files a/src/assets/alipay.png and /dev/null differ
diff --git a/src/assets/wxpay.png b/src/assets/wxpay.png
deleted file mode 100644
index d2dd577..0000000
Binary files a/src/assets/wxpay.png and /dev/null differ
diff --git a/src/components/Layout.vue b/src/components/Layout.vue
index 15ab0d7..2d7d85e 100644
--- a/src/components/Layout.vue
+++ b/src/components/Layout.vue
@@ -14,7 +14,7 @@
-
+
{{ $t('navbar.sponsor') }}
@@ -67,13 +67,11 @@
-
-
-
diff --git a/src/locales/en.json b/src/locales/en.json
index 0dad1b2..b1c5279 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -10,15 +10,6 @@
"language": "Language",
"sponsor": "Sponsor"
},
- "sponsor": {
- "title": "Support RTTY project",
- "wxpay": "WeChat Pay",
- "alipay": "Alipay",
- "wallet": "Wallet",
- "walletnote": "Make sure to copy the wallet addresses exactly when making your donation, as we cannot recover funds sent to the wrong wallet.",
- "acknowledgments": "Thank you for considering sponsoring the RTTY project! Your support will help me continue to develop and maintain the RTTY project!",
- "contact": "If you have any questions, please contact: "
- },
"hero": {
"title": "Remote Terminal Access, Simplified",
"subtitle": "Access your devices anywhere, anytime through a web browser",
diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json
index d6cef80..d7f3bf0 100644
--- a/src/locales/zh-CN.json
+++ b/src/locales/zh-CN.json
@@ -10,15 +10,6 @@
"language": "语言",
"sponsor": "赞助"
},
- "sponsor": {
- "title": "支持 RTTY 项目",
- "wxpay": "微信支付",
- "alipay": "支付宝",
- "wallet": "钱包",
- "walletnote": "捐赠时请务必准确复制钱包地址,因为我们无法追回发送到错误钱包的资金。",
- "acknowledgments": "感谢您考虑赞助 RTTY 项目!您的支持将帮助我持续开发和维护 RTTY 项目!",
- "contact": "如有问题,请联系:"
- },
"hero": {
"title": "远程终端访问,从未如此简单",
"subtitle": "随时随地通过浏览器访问您的设备",