1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

update subscription price url (#6162)

This commit is contained in:
欢乐马
2024-06-04 17:50:35 +08:00
committed by GitHub
parent 34397e1e9d
commit bf4993f667

View File

@@ -484,7 +484,7 @@ class Subscription extends Component {
<div id="product-price" className="subscription-info">
<h3 className="subscription-info-heading">{'云服务付费方案'}</h3>
<p className="mb-2">
<a rel="noopener noreferrer" target="_blank" href="https://www.seafile.com/product/private_server/">{'查看详情'}</a>
<a rel="noopener noreferrer" target="_blank" href="https://www.seafile.com/seafile-docs/home/">{'查看详情'}</a>
</p>
</div>
{paymentTypeList.map((item, index) => {